feat(podinfo): update namespace and intervals for podinfo deployment

- change namespace from podinfo to flux2
- reduce OCIRepository interval from 5m to 5ms
- update HelmRelease interval to 10m
- set targetNamespace for HelmRelease to podinfo 🤖
This commit is contained in:
Sebastian Mark 2024-10-09 16:53:20 +02:00
parent 67750d254d
commit 7a9f4b886f

View file

@ -3,9 +3,9 @@ apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository kind: OCIRepository
metadata: metadata:
name: podinfo name: podinfo
namespace: podinfo namespace: flux2
spec: spec:
interval: 5m0s interval: 5ms
url: oci://ghcr.io/stefanprodan/charts/podinfo url: oci://ghcr.io/stefanprodan/charts/podinfo
ref: ref:
tag: 6.0.0 tag: 6.0.0
@ -14,11 +14,12 @@ apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
name: podinfo name: podinfo
namespace: podinfo namespace: flux2
spec: spec:
interval: 10m
targetNamespace: podinfo
chartRef: chartRef:
kind: HelmChart kind: HelmChart
name: podinfo name: podinfo
interval: 10m
values: values:
replicaCount: 2 replicaCount: 2