Merge pull request #25 from 3dwardch3ng/app/podinfo

fixing podinfo
This commit is contained in:
2024-06-10 13:52:04 +10:00
committed by GitHub
2 changed files with 10 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./capacitor
- ./cert-manager
- ./cilium
- ./podinfo
- ./capacitor/capacitor.yaml
- ./cert-manager/cert-manager.yaml
- ./cilium/cilium.yaml
- ./podinfo/podinfo.yaml

View File

@@ -4,13 +4,11 @@ metadata:
name: podinfo
namespace: podinfo
spec:
interval: 30m0s
path: ./kustomize
interval: 1h
path: ./kubernetes/apps/podinfo
prune: true
retryInterval: 2m0s
sourceRef:
kind: HelmRepository
name: podinfo
targetNamespace: podinfo
timeout: 3m0s
wait: true
kind: GitRepository
namespace: flux-system
name: home-cluster-ops