initial structure for cnpg

This commit is contained in:
j37hr0 2026-04-06 16:54:58 +12:00
parent 014240bb33
commit 162473347e
4 changed files with 11 additions and 1 deletions

View file

@ -6,7 +6,7 @@ metadata:
spec: spec:
ingressClassName: traefik ingressClassName: traefik
rules: rules:
- host: firefly.local - host: firefly.numbergoup.co.za
http: http:
paths: paths:
- path: / - path: /

View file

@ -0,0 +1 @@
#yes

View file

@ -0,0 +1,8 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: cnpg
namespace: flux-system
spec:
interval: 1h
url: https://cloudnative-pg.github.io

View file

@ -7,3 +7,4 @@ resources:
- eso.yaml - eso.yaml
- jetstack.yaml - jetstack.yaml
- vmware-tanzu.yaml - vmware-tanzu.yaml
- cloudnative-pg.yaml