fix limits
All checks were successful
Build and Publish / build-release (push) Successful in 4m24s

This commit is contained in:
2026-04-14 15:41:41 -05:00
parent 8e4bb5c4e5
commit f06eeb13c8

View File

@@ -65,10 +65,10 @@ controllers:
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
memory: 256Mi memory: 512Mi
limits: limits:
cpu: 500m cpu: 500m
memory: 512Mi memory: 1Gi
service: service:
main: main:
@@ -94,7 +94,6 @@ rawResources:
spec: spec:
length: 32 length: 32
noUpper: false noUpper: false
noDigits: false
allowRepeat: true allowRepeat: true
secretKeys: secretKeys:
- cookie - cookie
@@ -141,5 +140,5 @@ rawResources:
cpu: 100m cpu: 100m
memory: 128Mi memory: 128Mi
limits: limits:
cpu: 500m cpu: '1'
memory: 512Mi memory: 2Gi