@@ -47,10 +47,10 @@ spec:
|
|||||||
- name: frontend
|
- name: frontend
|
||||||
containerPort: {{ .Values.service.frontend.targetPort }}
|
containerPort: {{ .Values.service.frontend.targetPort }}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
# livenessProbe:
|
||||||
{{- toYaml .Values.livenessProbe | nindent 12 }}
|
# {{- toYaml .Values.livenessProbe | nindent 12 }}
|
||||||
readinessProbe:
|
# readinessProbe:
|
||||||
{{- toYaml .Values.readinessProbe | nindent 12 }}
|
# {{- toYaml .Values.readinessProbe | nindent 12 }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -136,25 +136,25 @@ affinity:
|
|||||||
- peikarband
|
- peikarband
|
||||||
topologyKey: kubernetes.io/hostname
|
topologyKey: kubernetes.io/hostname
|
||||||
|
|
||||||
livenessProbe:
|
# livenessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /ping
|
# path: /ping
|
||||||
port: 8000
|
# port: 8000
|
||||||
scheme: HTTP
|
# scheme: HTTP
|
||||||
initialDelaySeconds: 50
|
# initialDelaySeconds: 50
|
||||||
periodSeconds: 10
|
# periodSeconds: 10
|
||||||
timeoutSeconds: 5
|
# timeoutSeconds: 5
|
||||||
failureThreshold: 3
|
# failureThreshold: 3
|
||||||
|
|
||||||
readinessProbe:
|
# readinessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /ping
|
# path: /ping
|
||||||
port: 8000
|
# port: 8000
|
||||||
scheme: HTTP
|
# scheme: HTTP
|
||||||
initialDelaySeconds: 60
|
# initialDelaySeconds: 60
|
||||||
periodSeconds: 5
|
# periodSeconds: 5
|
||||||
timeoutSeconds: 3
|
# timeoutSeconds: 3
|
||||||
failureThreshold: 3
|
# failureThreshold: 3
|
||||||
|
|
||||||
# Container command and args
|
# Container command and args
|
||||||
# If command is set, it will override the Dockerfile CMD
|
# If command is set, it will override the Dockerfile CMD
|
||||||
|
|||||||
Reference in New Issue
Block a user