initial structure for cnpg
This commit is contained in:
parent
014240bb33
commit
162473347e
|
|
@ -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: /
|
||||||
|
|
|
||||||
1
infrastructure/databases/cloudnative-pg/helmrelease.yaml
Normal file
1
infrastructure/databases/cloudnative-pg/helmrelease.yaml
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
#yes
|
||||||
8
infrastructure/sources/cloudnative-pg.yaml
Normal file
8
infrastructure/sources/cloudnative-pg.yaml
Normal 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
|
||||||
|
|
@ -7,3 +7,4 @@ resources:
|
||||||
- eso.yaml
|
- eso.yaml
|
||||||
- jetstack.yaml
|
- jetstack.yaml
|
||||||
- vmware-tanzu.yaml
|
- vmware-tanzu.yaml
|
||||||
|
- cloudnative-pg.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue