add environment variable in chart for loadtester

Signed-off-by: Becram <bikram.dhoju@gmail.com>
This commit is contained in:
Becram
2021-02-19 22:09:20 +07:00
parent fa33a3e4bb
commit 06b8ab4096
2 changed files with 6 additions and 0 deletions
@@ -66,6 +66,10 @@ spec:
- --spider
- http://localhost:8080/healthz
timeoutSeconds: 5
{{- if .Values.env }}
env:
{{- toYaml .Values.env | nindent 12 }}
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
+2
View File
@@ -18,6 +18,8 @@ cmd:
nameOverride: ""
fullnameOverride: ""
env: []
service:
type: ClusterIP
port: 80