Skip to content
Snippets Groups Projects
Commit 3da5e0f3 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

configure resources and securityConbtext

parent c8ec3e02
No related branches found
No related tags found
1 merge request!7K8s deploy
Pipeline #111323 failed
......@@ -28,7 +28,10 @@ podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
securityContext:
runAsNonRoot: true
runAsUser: 1001
runAsGroup: 1001
# capabilities:
# drop:
# - ALL
......@@ -38,7 +41,7 @@ securityContext: {}
service:
type: ClusterIP
port: 80
port: 8080
ingress:
enabled: false
......@@ -56,7 +59,13 @@ ingress:
# hosts:
# - chart-example.local
resources: {}
resources:
limits:
cpu: 400m
memory: 512Mi
requests:
cpu: 300m
memory: 512Mi
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment