fix: through out more values
All checks were successful
Docker Image CI / build (push) Successful in 7s
All checks were successful
Docker Image CI / build (push) Successful in 7s
This commit is contained in:
@@ -108,6 +108,15 @@ postgresql:
|
||||
persistence:
|
||||
storageClass: ""
|
||||
size: 5Gi
|
||||
resources:
|
||||
requests:
|
||||
cpu: 2
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: 3
|
||||
memory: 1024Mi
|
||||
podSecurityContext:
|
||||
fsGroupChangePolicy: Always
|
||||
global:
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
|
||||
Reference in New Issue
Block a user