add jellyfin namespace

This commit is contained in:
2024-06-19 15:33:52 +10:00
parent 0e5520c36a
commit 4502e596d1
3 changed files with 21 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ resources:
- ./namespaces/prometheus-operator.yaml
- ./namespaces/snippet-box.yaml
- ./namespaces/uptime-kuma.yaml
- ./namespaces.yaml
- ./repositories/repositories.yaml
# - ./cilium/cilium.yaml
- ./ingress-nginx/ingress-nginx-config.yaml

View File

@@ -0,0 +1,16 @@
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/source.toolkit.fluxcd.io/gitrepository_v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: namespaces
namespace: flux-system
spec:
interval: 10m
timeout: 1m30s
retryInterval: 30s
path: ./kubernetes/infrastructure/namespaces
prune: true
sourceRef:
kind: GitRepository
namespace: flux-system
name: flux-system

View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: jellyfin