We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ab57a commit b9d7ac8Copy full SHA for b9d7ac8
charts/console/Chart.yaml
@@ -5,7 +5,7 @@ description: A Helm chart for Kubernetes
5
type: application
6
7
# This is the chart version.
8
-version: 2.0.0
+version: 2.0.1
9
10
# This is the version number of the application being deployed.
11
# https://docs.openshift.com/container-platform/4.18/release_notes/ocp-4-18-release-notes.html
charts/console/templates/deployment.yaml
@@ -108,6 +108,9 @@ spec:
108
successThreshold: 1
109
failureThreshold: 3
110
securityContext: {{- toYaml $.Values.securityContext | nindent 12 }}
111
+ env:
112
+ - name: NGINX_PORT
113
+ value: "{{ .port }}"
114
ports:
115
- name: plugin
116
containerPort: {{ .port }}
0 commit comments