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:
|
persistence:
|
||||||
storageClass: ""
|
storageClass: ""
|
||||||
size: 5Gi
|
size: 5Gi
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 2
|
||||||
|
memory: 512Mi
|
||||||
|
limits:
|
||||||
|
cpu: 3
|
||||||
|
memory: 1024Mi
|
||||||
|
podSecurityContext:
|
||||||
|
fsGroupChangePolicy: Always
|
||||||
global:
|
global:
|
||||||
security:
|
security:
|
||||||
allowInsecureImages: true
|
allowInsecureImages: true
|
||||||
|
|||||||
Reference in New Issue
Block a user