diff --git a/clank/apps/test/podinfo-source.yaml b/clank/apps/test/podinfo-source.yaml index 3314e62..68ae359 100644 --- a/clank/apps/test/podinfo-source.yaml +++ b/clank/apps/test/podinfo-source.yaml @@ -5,7 +5,7 @@ metadata: name: podinfo namespace: flux-system spec: - interval: 30s + interval: 5min ref: branch: master url: https://github.com/stefanprodan/podinfo diff --git a/clank/platform/postgres/kustomization.yaml b/clank/platform/postgres/kustomization.yaml index e643f31..9328336 100644 --- a/clank/platform/postgres/kustomization.yaml +++ b/clank/platform/postgres/kustomization.yaml @@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - git.yaml + - release.yaml diff --git a/clank/platform/postgres/release.yaml b/clank/platform/postgres/release.yaml new file mode 100644 index 0000000..fcf6805 --- /dev/null +++ b/clank/platform/postgres/release.yaml @@ -0,0 +1,20 @@ +apiVersion: helm.toolkit.fluxcd.io/v2beta1 +kind: HelmRelease +metadata: + name: postgres + namespace: postgres +spec: + releaseName: postgres + chart: + spec: + chart: postgres + sourceRef: + kind: GitRepository + name: postgres + namespace: postgres + path: ./helm/install + version: "0.3.0" + interval: 1h0m0s + install: + remediation: + retries: 3