Add platform infrastructure configuration
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ../../base
|
||||
|
||||
patches:
|
||||
- path: platform-postgres-storage-patch.yaml
|
||||
@@ -0,0 +1,8 @@
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: Cluster
|
||||
metadata:
|
||||
name: platform-postgres
|
||||
spec:
|
||||
storage:
|
||||
storageClass: ssd-local-postgres-retain
|
||||
size: 20Gi
|
||||
Reference in New Issue
Block a user