init
This commit is contained in:
28
talos-k8s-flux/clusters/t8s-demo/install/cpng.yaml
Normal file
28
talos-k8s-flux/clusters/t8s-demo/install/cpng.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cnpg-system
|
||||
labels:
|
||||
app.kubernetes.io/component: cnpg
|
||||
pod-security.kubernetes.io/enforce: privileged
|
||||
---
|
||||
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: cnpg
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1h
|
||||
install:
|
||||
createNamespace: true
|
||||
targetNamespace: cnpg-system
|
||||
chart:
|
||||
spec:
|
||||
chart: cloudnative-pg
|
||||
version: 0.24.0
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: cnpg-repo
|
||||
namespace: flux-system
|
||||
interval: 60m
|
||||
Reference in New Issue
Block a user