chore(keycloak): test spinning up a PG cluster
This commit is contained in:
parent
64241f6e3a
commit
dbc1b6b4b9
2 changed files with 10 additions and 0 deletions
|
|
@ -3,3 +3,4 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ./keycloak.yaml
|
- ./keycloak.yaml
|
||||||
- ./keycloak-ingress.yaml
|
- ./keycloak-ingress.yaml
|
||||||
|
- ./pg.yaml
|
||||||
|
|
|
||||||
9
apps/keycloak/base/pg.yaml
Normal file
9
apps/keycloak/base/pg.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
apiVersion: postgresql.cnpg.io/v1
|
||||||
|
kind: Cluster
|
||||||
|
metadata:
|
||||||
|
name: keycloak
|
||||||
|
spec:
|
||||||
|
instances: 1
|
||||||
|
|
||||||
|
storage:
|
||||||
|
size: 1Gi
|
||||||
Loading…
Add table
Add a link
Reference in a new issue