| Giorgi Lekveishvili | 4ec4c02 | 2024-08-17 15:09:24 +0400 | [diff] [blame] | 1 | image: |
| 2 | repository: headscale/headscale |
| Giorgi Lekveishvili | f27f7f6 | 2025-04-15 16:19:15 +0400 | [diff] [blame] | 3 | tag: 0.25.1 |
| Giorgi Lekveishvili | 4ec4c02 | 2024-08-17 15:09:24 +0400 | [diff] [blame] | 4 | pullPolicy: IfNotPresent |
| 5 | storage: |
| 6 | size: 5Gi |
| 7 | ingressClassName: pcloud-ingress-public |
| 8 | certificateIssuer: lekva-public |
| 9 | domain: headscale.example.com |
| 10 | publicBaseDomain: example.com |
| 11 | ipAddressPool: example-headscale |
| 12 | oauth2: |
| 13 | secretName: oauth2-client |
| 14 | issuer: https://oidc-issuer.example.com |
| 15 | api: |
| 16 | port: 8585 |
| 17 | ipSubnet: 10.1.0.0/24 |
| 18 | image: |
| 19 | repository: giolekva/headscale-api |
| 20 | tag: latest |
| 21 | pullPolicy: Always |
| Giorgi Lekveishvili | 2c5b94a | 2024-08-27 14:34:01 +0400 | [diff] [blame] | 22 | self: "" |
| 23 | fetchUsersAddr: "" |
| Giorgi Lekveishvili | 4ec4c02 | 2024-08-17 15:09:24 +0400 | [diff] [blame] | 24 | ui: |
| 25 | enabled: false |
| 26 | image: |
| 27 | repository: ghcr.io/gurucomputing/headscale-ui |
| 28 | tag: latest |
| 29 | pullPolicy: Always |