Add h2c.enabled to chart for toggling H2C upgrading support

This commit is contained in:
Yusuke Kuoka
2019-11-04 14:17:10 +09:00
parent 0ff49e5057
commit a8260081d9
2 changed files with 6 additions and 0 deletions

View File

@@ -54,6 +54,9 @@ spec:
- --level={{ .Values.logLevel }}
- --random-delay={{ .Values.faults.delay }}
- --random-error={{ .Values.faults.error }}
{{- if .Values.h2c.enabled }}
- --h2c
{{- end }}
env:
{{- if .Values.ui.message }}
- name: PODINFO_UI_MESSAGE

View File

@@ -14,6 +14,9 @@ faults:
delay: false
error: false
h2c:
enabled: false
image:
repository: stefanprodan/podinfo
tag: 3.1.3