Fix Flux Kustomization path and set target namespace for Gitea

This commit is contained in:
Brad Stein 2025-03-23 17:07:12 -05:00
parent 07c593e6b8
commit 6cf2e35365
3 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@ kind: Kustomization
metadata:
name: gitea-overlay
resources:
- namespace.yaml
- deployment.yaml
- service.yaml
- pvc.yaml

View File

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

View File

@ -6,6 +6,7 @@ metadata:
spec:
interval: 10m
path: "./apps/production/gitea"
targetNamespace: gitea
prune: true
sourceRef:
kind: GitRepository