Move things into more hierarchical namespaces

This commit is contained in:
Greg Hellings
2025-08-15 21:29:43 -05:00
parent 218cc3f7cc
commit 5d883cdcfc
18 changed files with 143 additions and 147 deletions
+2 -3
View File
@@ -21,15 +21,12 @@ kubectl annotate nodes --overwrite zeke 'node.longhorn.io/default-disks-config=[
{ "path": "/var/lib/longhorn", "allowScheduling" : trues, "tags": ["ssd", "fast"]}
]'
kubectl apply -k namespaces
kubectl apply -f helm/flux.yaml
sleep 5
kubectl apply -f helm/kyverno.yaml
sleep 15
kubectl apply -k helm
sleep 5
kubectl apply -k .
sleep 5
# https://cloudnative-pg.io
helm repo add cnpg https://cloudnative-pg.github.io/charts/
helm upgrade --install cnpg \
@@ -37,5 +34,7 @@ helm upgrade --install cnpg \
cnpg/cloudnative-pg \
-f values/cnpg.yaml \
--wait
sleep 5
kubectl apply -k .
./immich/apply.sh