diff --git a/apps/cloud/affine.yaml b/apps/cloud/affine.yaml index 84d508a..ab0e891 100644 --- a/apps/cloud/affine.yaml +++ b/apps/cloud/affine.yaml @@ -100,8 +100,6 @@ kind: PersistentVolumeClaim metadata: name: affine-config namespace: cloud - annotations: - nfs.io/storage-path: "affine-config" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/cloud/cloudreve.yaml b/apps/cloud/cloudreve.yaml index 168a1a9..b72440c 100644 --- a/apps/cloud/cloudreve.yaml +++ b/apps/cloud/cloudreve.yaml @@ -108,8 +108,6 @@ kind: PersistentVolumeClaim metadata: name: cloudreve-data namespace: cloud - annotations: - nfs.io/storage-path: "cloudreve-data" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/cloud/slink.yaml b/apps/cloud/slink.yaml index 7e07e37..84120aa 100644 --- a/apps/cloud/slink.yaml +++ b/apps/cloud/slink.yaml @@ -99,8 +99,6 @@ kind: PersistentVolumeClaim metadata: name: slink-data namespace: cloud - annotations: - nfs.io/storage-path: "slink-data" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/default/archivebox.yaml b/apps/default/archivebox.yaml index da33cb5..b611491 100644 --- a/apps/default/archivebox.yaml +++ b/apps/default/archivebox.yaml @@ -129,8 +129,6 @@ kind: PersistentVolumeClaim metadata: name: archivebox-data namespace: default - annotations: - nfs.io/storage-path: "archivebox-data" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/default/changedetection.yaml b/apps/default/changedetection.yaml index 44128fd..0b97b2a 100644 --- a/apps/default/changedetection.yaml +++ b/apps/default/changedetection.yaml @@ -120,8 +120,6 @@ kind: PersistentVolumeClaim metadata: name: changedetection-config namespace: default - annotations: - nfs.io/storage-path: "changedetection-config" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/default/homepage.yaml b/apps/default/homepage.yaml index 04fc585..2681a92 100644 --- a/apps/default/homepage.yaml +++ b/apps/default/homepage.yaml @@ -157,8 +157,6 @@ kind: PersistentVolumeClaim metadata: name: homepage-config namespace: default - annotations: - nfs.io/storage-path: "homepage-config" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/default/notepad.yaml b/apps/default/notepad.yaml index 030b1d8..c53bb79 100644 --- a/apps/default/notepad.yaml +++ b/apps/default/notepad.yaml @@ -61,8 +61,6 @@ kind: PersistentVolumeClaim metadata: name: notepad-data namespace: default - annotations: - nfs.io/storage-path: "notepad-data" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/default/openwebui.yaml b/apps/default/openwebui.yaml index 18af0dd..44b815a 100644 --- a/apps/default/openwebui.yaml +++ b/apps/default/openwebui.yaml @@ -74,8 +74,6 @@ kind: PersistentVolumeClaim metadata: name: openwebui-data namespace: default - annotations: - nfs.io/storage-path: "openwebui-data" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/default/paperless.yaml b/apps/default/paperless.yaml index 5b4e745..8194683 100644 --- a/apps/default/paperless.yaml +++ b/apps/default/paperless.yaml @@ -118,8 +118,6 @@ kind: PersistentVolumeClaim metadata: name: paperless-data namespace: default - annotations: - nfs.io/storage-path: "paperless-data" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/default/searxng.yaml b/apps/default/searxng.yaml index 1e9c34e..1755cad 100644 --- a/apps/default/searxng.yaml +++ b/apps/default/searxng.yaml @@ -63,8 +63,6 @@ kind: PersistentVolumeClaim metadata: name: searxng-config namespace: default - annotations: - nfs.io/storage-path: "searxng-config" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/default/stirlingpdf.yaml b/apps/default/stirlingpdf.yaml index b7da989..6cfb2af 100644 --- a/apps/default/stirlingpdf.yaml +++ b/apps/default/stirlingpdf.yaml @@ -80,8 +80,6 @@ kind: PersistentVolumeClaim metadata: name: stirlingpdf-config namespace: default - annotations: - nfs.io/storage-path: "stirlingpdf-config" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/default/uptimekuma.yaml b/apps/default/uptimekuma.yaml index 2b68364..8406422 100644 --- a/apps/default/uptimekuma.yaml +++ b/apps/default/uptimekuma.yaml @@ -76,8 +76,6 @@ kind: PersistentVolumeClaim metadata: name: uptimekuma-config namespace: default - annotations: - nfs.io/storage-path: "uptimekuma-config" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/default/vaultwarden.yaml b/apps/default/vaultwarden.yaml index 077b40e..3944a9a 100644 --- a/apps/default/vaultwarden.yaml +++ b/apps/default/vaultwarden.yaml @@ -90,8 +90,6 @@ kind: PersistentVolumeClaim metadata: name: vaultwarden-data namespace: default - annotations: - nfs.io/storage-path: "vaultwarden-data" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/dev/gitea-runner.yaml b/apps/dev/gitea-runner.yaml index 190826b..48be1cc 100644 --- a/apps/dev/gitea-runner.yaml +++ b/apps/dev/gitea-runner.yaml @@ -41,8 +41,6 @@ kind: PersistentVolumeClaim metadata: name: gitea-runner-amd64-pvc namespace: dev - annotations: - nfs.io/storage-path: "gitea-runner-amd64-pvc" spec: storageClassName: "nfs-client" accessModes: @@ -57,8 +55,6 @@ kind: PersistentVolumeClaim metadata: name: gitea-runner-arm64-pvc namespace: dev - annotations: - nfs.io/storage-path: "gitea-runner-arm64-pvc" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/dns/adguard-sync.yaml b/apps/dns/adguard-sync.yaml index 1a5b104..3a79bdd 100644 --- a/apps/dns/adguard-sync.yaml +++ b/apps/dns/adguard-sync.yaml @@ -3,8 +3,6 @@ kind: PersistentVolumeClaim metadata: name: adguardsync-pvc namespace: dns - annotations: - nfs.io/storage-path: "adguardsync-config" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/dns/adguard.yaml b/apps/dns/adguard.yaml index 9691ea2..b1ce509 100644 --- a/apps/dns/adguard.yaml +++ b/apps/dns/adguard.yaml @@ -3,8 +3,6 @@ kind: PersistentVolumeClaim metadata: name: adguardhome-pvc namespace: dns - annotations: - nfs.io/storage-path: "adguardhome-config" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/infra/beszel.yaml b/apps/infra/beszel.yaml index a43fd8e..37b4759 100644 --- a/apps/infra/beszel.yaml +++ b/apps/infra/beszel.yaml @@ -66,8 +66,6 @@ kind: PersistentVolumeClaim metadata: name: beszel-config namespace: infra - annotations: - nfs.io/storage-path: "beszel-config" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/infra/code-config.yaml b/apps/infra/code-config.yaml index 953cc61..5ad52e8 100644 --- a/apps/infra/code-config.yaml +++ b/apps/infra/code-config.yaml @@ -82,8 +82,6 @@ kind: PersistentVolumeClaim metadata: name: code-config namespace: infra - annotations: - nfs.io/storage-path: "code-config" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/infra/wg-easy.yaml b/apps/infra/wg-easy.yaml index fcb85ee..8800477 100644 --- a/apps/infra/wg-easy.yaml +++ b/apps/infra/wg-easy.yaml @@ -3,8 +3,6 @@ kind: PersistentVolumeClaim metadata: name: wg-easy-pvc namespace: infra - annotations: - nfs.io/storage-path: "wg-easy-config" spec: storageClassName: "nfs-client" accessModes: @@ -64,6 +62,8 @@ spec: value: "0" - name: WG_ENABLE_ONE_TIME_LINKS value: "true" + - name: INSECURE + value: "true" - name: UI_ENABLE_SORT_CLIENTS value: "true" securityContext: diff --git a/apps/monitoring/grafana.yaml b/apps/monitoring/grafana.yaml index 56f2180..8cc49db 100644 --- a/apps/monitoring/grafana.yaml +++ b/apps/monitoring/grafana.yaml @@ -64,8 +64,6 @@ kind: PersistentVolumeClaim metadata: name: grafana-pvc namespace: monitoring - annotations: - nfs.io/storage-path: "grafana-data" spec: storageClassName: "nfs-client" accessModes: diff --git a/apps/monitoring/prometheus.yaml b/apps/monitoring/prometheus.yaml index 5c5b8be..17d76b4 100644 --- a/apps/monitoring/prometheus.yaml +++ b/apps/monitoring/prometheus.yaml @@ -52,8 +52,6 @@ kind: PersistentVolumeClaim metadata: name: prometheus-pvc namespace: monitoring - annotations: - nfs.io/storage-path: "prometheus-config" spec: storageClassName: "nfs-client" accessModes: