update resources
This commit is contained in:
@@ -3,6 +3,16 @@ primary:
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user