fix: enable headscale persistence

This commit is contained in:
2025-04-27 09:33:28 +02:00
parent 12d3659e17
commit 467be73315
+4 -6
View File
@@ -37,21 +37,19 @@ ingress:
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/backend-protocol: HTTP
hosts:
- host: headscale.adm.oceanbox.io
- host: headscale.svc.oceanbox.io
paths:
- path: /
tls:
- secretName: headscale-tls
hosts:
- headscale.adm.oceanbox.io
- headscale.svc.oceanbox.io
persistence:
# -- Configure persistence settings for the chart under this key.
# @default -- See [values.yaml](./values.yaml)
config:
enabled: false
enabled: true
mountPath: /etc/headscale
retain: true
retain: false
# storageClass: ""
# accessMode: ReadWriteOnce
# size: 1Gi