Genesis
This commit is contained in:
commit
37425f6428
1 changed files with 22 additions and 0 deletions
22
manifests/podinfo.yml
Normal file
22
manifests/podinfo.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||||
|
kind: OCIRepository
|
||||||
|
metadata:
|
||||||
|
name: podinfo
|
||||||
|
spec:
|
||||||
|
interval: 5m0s
|
||||||
|
url: oci://ghcr.io/stefanprodan/charts/podinfo
|
||||||
|
ref:
|
||||||
|
tag: 6.0.0
|
||||||
|
---
|
||||||
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
|
kind: HelmRelease
|
||||||
|
metadata:
|
||||||
|
name: podinfo
|
||||||
|
spec:
|
||||||
|
chartRef:
|
||||||
|
kind: HelmChart
|
||||||
|
name: podinfo
|
||||||
|
namespace: flux-system
|
||||||
|
interval: 10m
|
||||||
|
values:
|
||||||
|
replicaCount: 2
|
Loading…
Reference in a new issue