Skip to content

Commit cdc97c4

Browse files
authored
Fix proxy value (#9)
1 parent dd6f406 commit cdc97c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/qualifire-reverse-proxy-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/qualifire-reverse-proxy-chart/templates/proxy/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ spec:
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

0 commit comments

Comments
 (0)