Apply suggestions from code review
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
af0800c988
commit
1c4e4d96f8
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ spec:
|
||||||
- containerPort: 8090
|
- containerPort: 8090
|
||||||
name: metrics
|
name: metrics
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
{{- .Values.controller.livenessProbe | toYaml | nindent 10 }}
|
{{- toYaml .Values.controller.livenessProbe | nindent 10 }}
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
{{- .Values.controller.readinessProbe | toYaml | nindent 10 }}
|
{{- toYaml .Values.controller.readinessProbe | nindent 10 }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.containerSecurityContext | nindent 10 }}
|
{{- toYaml .Values.containerSecurityContext | nindent 10 }}
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in a new issue