added homer app

This commit is contained in:
2024-06-16 22:43:04 +10:00
parent 23a3ce7478
commit f71dac54b2
8 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: homer
namespace: homer
spec:
interval: 10m
timeout: 1m30s
retryInterval: 30s
targetNamespace: flux-system
path: ./kubernetes/apps/homer/app
prune: true
sourceRef:
kind: GitRepository
namespace: flux-system
name: flux-system
dependsOn:
- kind: HelmRepository
name: djjudas21
values:
- secretRef:
name: homer-vars