initial structure for cnpg
This commit is contained in:
parent
014240bb33
commit
162473347e
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
spec:
|
||||
ingressClassName: traefik
|
||||
rules:
|
||||
- host: firefly.local
|
||||
- host: firefly.numbergoup.co.za
|
||||
http:
|
||||
paths:
|
||||
- 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
|
||||
- jetstack.yaml
|
||||
- vmware-tanzu.yaml
|
||||
- cloudnative-pg.yaml
|
||||
|
|
|
|||
Loading…
Reference in a new issue