reorder and clean repo
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
primary:
|
||||
persistence:
|
||||
existingClaim: "postgres"
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: "turing3"
|
||||
resources:
|
||||
requests:
|
||||
memory: "2Gi"
|
||||
cpu: "3"
|
||||
ephemeral-storage: "50Mi"
|
||||
limits:
|
||||
memory: "6Gi"
|
||||
cpu: "4"
|
||||
ephemeral-storage: "1Gi"
|
||||
|
||||
|
||||
auth:
|
||||
postgresPassword: "clavedatabase"
|
||||
|
||||
volumePermissions:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user