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/ssl-redirect: "true"
nginx.ingress.kubernetes.io/backend-protocol: HTTP nginx.ingress.kubernetes.io/backend-protocol: HTTP
hosts: hosts:
- host: headscale.adm.oceanbox.io - host: headscale.svc.oceanbox.io
paths: paths:
- path: / - path: /
tls: tls:
- secretName: headscale-tls - secretName: headscale-tls
hosts: hosts:
- headscale.adm.oceanbox.io - headscale.svc.oceanbox.io
persistence: persistence:
# -- Configure persistence settings for the chart under this key.
# @default -- See [values.yaml](./values.yaml)
config: config:
enabled: false enabled: true
mountPath: /etc/headscale mountPath: /etc/headscale
retain: true retain: false
# storageClass: "" # storageClass: ""
# accessMode: ReadWriteOnce # accessMode: ReadWriteOnce
# size: 1Gi # size: 1Gi