Added Template and nginx for Image-hosting

This commit is contained in:
maximilian.bartz 2025-04-30 11:37:24 +02:00
parent d2b911dd2d
commit 3f1180edae
10 changed files with 199 additions and 1 deletions

View file

@ -0,0 +1,18 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: &app nginx
namespace: ${TENANT_NAMESPACE}
spec:
commonMetadata:
labels:
app.kubernetes.io/name: *app
path: ./nginx
prune: true
sourceRef:
kind: GitRepository
name: tenant-repos
wait: false
interval: 30m
retryInterval: 1m
timeout: 5m