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:
parent
67750d254d
commit
7a9f4b886f
1 changed files with 5 additions and 4 deletions
|
@ -3,9 +3,9 @@ apiVersion: source.toolkit.fluxcd.io/v1beta2
|
|||
kind: OCIRepository
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: podinfo
|
||||
namespace: flux2
|
||||
spec:
|
||||
interval: 5m0s
|
||||
interval: 5ms
|
||||
url: oci://ghcr.io/stefanprodan/charts/podinfo
|
||||
ref:
|
||||
tag: 6.0.0
|
||||
|
@ -14,11 +14,12 @@ apiVersion: helm.toolkit.fluxcd.io/v2
|
|||
kind: HelmRelease
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: podinfo
|
||||
namespace: flux2
|
||||
spec:
|
||||
interval: 10m
|
||||
targetNamespace: podinfo
|
||||
chartRef:
|
||||
kind: HelmChart
|
||||
name: podinfo
|
||||
interval: 10m
|
||||
values:
|
||||
replicaCount: 2
|
||||
|
|
Loading…
Reference in a new issue