Skip to content

Commit f046679

Browse files
committed
fix: increase config-api resource requirements
1 parent 402bbc3 commit f046679

File tree

1 file changed

+2
-2
lines changed
  • flex-cn-setup/pygluu/kubernetes/templates/helm/gluu

1 file changed

+2
-2
lines changed

flex-cn-setup/pygluu/kubernetes/templates/helm/gluu/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -626,12 +626,12 @@ config-api:
626626
# -- CPU limit.
627627
cpu: 1000m
628628
# -- Memory limit.
629-
memory: 400Mi
629+
memory: 1000Mi
630630
requests:
631631
# -- CPU request.
632632
cpu: 1000m
633633
# -- Memory request.
634-
memory: 400Mi
634+
memory: 1000Mi
635635
# -- Configure the liveness healthcheck for the auth server if needed.
636636
livenessProbe:
637637
# -- http liveness probe endpoint

0 commit comments

Comments
 (0)