diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-30 23:09:27 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-30 23:09:27 +0200 |
| commit | 7f4a18204126755efa3739356e4db0964c0cf1d7 (patch) | |
| tree | bd32c616ad49f3406fe92d253d0afb6ad20c823d | |
| parent | f86fb7239459748b815ba655c82fee338d69c5f5 (diff) | |
not OrCreate
| -rw-r--r-- | f3s/argocd/persistent-volumes.yaml | 2 | ||||
| -rw-r--r-- | f3s/loki/persistent-volumes.yaml | 2 | ||||
| -rw-r--r-- | f3s/tempo/persistent-volumes.yaml | 2 | ||||
| -rw-r--r-- | frontends/Rexfile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/f3s/argocd/persistent-volumes.yaml b/f3s/argocd/persistent-volumes.yaml index d0d186e..6ece0af 100644 --- a/f3s/argocd/persistent-volumes.yaml +++ b/f3s/argocd/persistent-volumes.yaml @@ -15,7 +15,7 @@ spec: persistentVolumeReclaimPolicy: Retain hostPath: path: /data/nfs/k3svolumes/argocd/repo-server - type: DirectoryOrCreate + type: Directory --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/f3s/loki/persistent-volumes.yaml b/f3s/loki/persistent-volumes.yaml index e9f5ea7..d728eff 100644 --- a/f3s/loki/persistent-volumes.yaml +++ b/f3s/loki/persistent-volumes.yaml @@ -11,7 +11,7 @@ spec: persistentVolumeReclaimPolicy: Retain hostPath: path: /data/nfs/k3svolumes/loki/data - type: DirectoryOrCreate + type: Directory --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/f3s/tempo/persistent-volumes.yaml b/f3s/tempo/persistent-volumes.yaml index fc4c378..8f84fdc 100644 --- a/f3s/tempo/persistent-volumes.yaml +++ b/f3s/tempo/persistent-volumes.yaml @@ -15,7 +15,7 @@ spec: persistentVolumeReclaimPolicy: Retain hostPath: path: /data/nfs/k3svolumes/tempo/data - type: DirectoryOrCreate + type: Directory --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/frontends/Rexfile b/frontends/Rexfile index 2cf2683..8d9ba1d 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -74,7 +74,7 @@ our $secrets = sub { read_file './secrets/' . shift }; # k3s cluster running on FreeBSD in my LAN our @f3s_hosts = - qw/f3s.buetow.org git.f3s.buetow.org cgit.f3s.buetow.org jelly.f3s.buetow.org immich.f3s.buetow.org argocd.f3s.buetow.org keybr.f3s.buetow.org anki.f3s.buetow.org bag.f3s.buetow.org flux.f3s.buetow.org audiobookshelf.f3s.buetow.org grafana.f3s.buetow.org radicale.f3s.buetow.org vault.f3s.buetow.org syncthing.f3s.buetow.org uprecords.f3s.buetow.org koreader.f3s.buetow.org filebrowser.f3s.buetow.org webdav.f3s.buetow.org ipv6test.f3s.buetow.org ipv4.ipv6test.f3s.buetow.org ipv6.ipv6test.f3s.buetow.org/; + qw/f3s.buetow.org git.f3s.buetow.org cgit.f3s.buetow.org jellyfin.f3s.buetow.org immich.f3s.buetow.org argocd.f3s.buetow.org keybr.f3s.buetow.org anki.f3s.buetow.org bag.f3s.buetow.org flux.f3s.buetow.org audiobookshelf.f3s.buetow.org grafana.f3s.buetow.org radicale.f3s.buetow.org vault.f3s.buetow.org syncthing.f3s.buetow.org uprecords.f3s.buetow.org koreader.f3s.buetow.org filebrowser.f3s.buetow.org webdav.f3s.buetow.org ipv6test.f3s.buetow.org ipv4.ipv6test.f3s.buetow.org ipv6.ipv6test.f3s.buetow.org/; # optionally, only enable manually for temp time, as no password protection yet # push @f3s_hosts, 'registry.f3s.buetow.org'; |
