Merge pull request #821 from Becram/main

chart: add env option to loadtester
This commit is contained in:
Stefan Prodan
2021-02-26 11:13:29 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -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 }}

View File

@@ -18,6 +18,8 @@ cmd:
nameOverride: ""
fullnameOverride: ""
env: []
service:
type: ClusterIP
port: 80