Merge pull request #239 from 3dwardch3ng/app/jellyfin

update namespaces
This commit is contained in:
2024-06-19 15:37:01 +10:00
committed by GitHub
14 changed files with 2 additions and 13 deletions

View File

@@ -1,18 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./namespaces/adguard-home.yaml
- ./namespaces/capacitor.yaml
- ./namespaces/cert-manager.yaml
- ./namespaces/code-server.yaml
- ./namespaces/homer.yaml
- ./namespaces/ingress-nginx.yaml
- ./namespaces/podinfo.yaml
- ./namespaces/postgresql.yaml
- ./namespaces/prometheus-operator.yaml
- ./namespaces/snippet-box.yaml
- ./namespaces/uptime-kuma.yaml
- ./namespaces.yaml
- ./namespaces/namespaces.yaml
- ./repositories/repositories.yaml
# - ./cilium/cilium.yaml
- ./ingress-nginx/ingress-nginx-config.yaml

View File

@@ -8,7 +8,7 @@ spec:
interval: 10m
timeout: 1m30s
retryInterval: 30s
path: ./kubernetes/infrastructure/namespaces
path: ./kubernetes/infrastructure/namespaces/namespaces
prune: true
sourceRef:
kind: GitRepository