File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
charts/qualifire-reverse-proxy-chart Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ type: application
66# This is the chart version. This version number should be incremented each time you make changes
77# to the chart and its templates, including the app version.
88# Versions are expected to follow Semantic Versioning (https://semver.org/)
9- version : 1.0.0
9+ version : 1.0.1
1010
1111# This is the version number of the application being deployed. This version number should be
1212# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 2121 resources : {{ toYaml .Values.proxy.resources | nindent 12 }}
2222 env :
2323 - name : REVERSE_PROXY_HOSTNAME
24- value : " {{ .Values.app .reverse_proxy_hostname }}"
24+ value : " {{ .Values.proxy .reverse_proxy_hostname }}"
2525 - name : TARGET_HOSTNAME
26- value : " {{ .Values.app .target_hostname }}"
26+ value : " {{ .Values.proxy .target_hostname }}"
2727 command : ["/bin/sh"]
2828 args :
2929 - -c
You can’t perform that action at this time.
0 commit comments