Files
GitOps/htwg-1/flux-apps/postgres-tunnel.yaml
T

16 lines
292 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: postgres
namespace: flux-system
spec:
interval: 10m
retryInterval: 2m
sourceRef:
kind: GitRepository
name: gitops
namespace: flux-system
path: ./postgres/htwg-1
prune: true
timeout: 3m