feat(podinfo): add podinfo kustomization

main
Hektor Misplon 2025-09-22 22:26:00 +02:00
parent 326467fff3
commit 6bfb8e543a
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: podinfo
namespace: flux-system
spec:
interval: 30m0s
path: ./kustomize
prune: true
retryInterval: 2m0s
sourceRef:
kind: GitRepository
name: podinfo
targetNamespace: default
timeout: 3m0s
wait: true