Skip to content
Snippets Groups Projects

K8s deploy

Merged Remi PLANEL requested to merge k8s-deploy into dev
1 file
+ 12
3
Compare changes
  • Side-by-side
  • Inline
+ 12
3
@@ -28,7 +28,10 @@ podAnnotations: {}
@@ -28,7 +28,10 @@ podAnnotations: {}
podSecurityContext: {}
podSecurityContext: {}
# fsGroup: 2000
# fsGroup: 2000
securityContext: {}
securityContext:
 
runAsNonRoot: true
 
runAsUser: 1001
 
runAsGroup: 1001
# capabilities:
# capabilities:
# drop:
# drop:
# - ALL
# - ALL
@@ -38,7 +41,7 @@ securityContext: {}
@@ -38,7 +41,7 @@ securityContext: {}
service:
service:
type: ClusterIP
type: ClusterIP
port: 80
port: 8080
ingress:
ingress:
enabled: false
enabled: false
@@ -56,7 +59,13 @@ ingress:
@@ -56,7 +59,13 @@ ingress:
# hosts:
# hosts:
# - chart-example.local
# - 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
# 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
# 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
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Loading