fixing podinfo

This commit is contained in:
2024-06-10 13:51:44 +10:00
parent 289b451709
commit 527e943ea8
2 changed files with 10 additions and 12 deletions

View File

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

View File

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