22 lines
360 B
YAML
22 lines
360 B
YAML
primary:
|
|
persistence:
|
|
existingClaim: "postgres"
|
|
nodeSelector:
|
|
kubernetes.io/hostname: "turing3"
|
|
resources:
|
|
requests:
|
|
memory: "2Gi"
|
|
cpu: "2"
|
|
ephemeral-storage: "50Mi"
|
|
limits:
|
|
memory: "3Gi"
|
|
cpu: "2"
|
|
ephemeral-storage: "1Gi"
|
|
|
|
|
|
auth:
|
|
postgresPassword: "clavedatabase"
|
|
|
|
volumePermissions:
|
|
enabled: true
|