refactor: default ks

This commit is contained in:
auricom
2025-04-18 11:54:59 +02:00
parent d23e26d28d
commit 26cd2cb62f
46 changed files with 545 additions and 564 deletions

View File

@@ -4,24 +4,24 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: &app homepage
namespace: flux-system
namespace: &namespace default
spec:
targetNamespace: default
commonMetadata:
labels:
app.kubernetes.io/name: *app
components:
- ../../../../components/gatus/guarded
interval: 1h
path: ./kubernetes/apps/default/homepage/app
postBuild:
substitute:
APP: *app
prune: true
retryInterval: 2m
sourceRef:
kind: GitRepository
name: home-ops-kubernetes
namespace: flux-system
wait: false
interval: 30m
retryInterval: 1m
targetNamespace: *namespace
timeout: 5m
postBuild:
substitute:
APP: *app
wait: false