Skip to content

Commit b9d7ac8

Browse files
committed
Fixed missing Environment Variable to sidepods
1 parent a7ab57a commit b9d7ac8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/console/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A Helm chart for Kubernetes
55
type: application
66

77
# This is the chart version.
8-
version: 2.0.0
8+
version: 2.0.1
99

1010
# This is the version number of the application being deployed.
1111
# https://docs.openshift.com/container-platform/4.18/release_notes/ocp-4-18-release-notes.html

charts/console/templates/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ spec:
108108
successThreshold: 1
109109
failureThreshold: 3
110110
securityContext: {{- toYaml $.Values.securityContext | nindent 12 }}
111+
env:
112+
- name: NGINX_PORT
113+
value: "{{ .port }}"
111114
ports:
112115
- name: plugin
113116
containerPort: {{ .port }}

0 commit comments

Comments
 (0)