Update deployment.yaml

parent 446be7c0
......@@ -23,6 +23,9 @@ spec:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: "CONTEXT_PATH"
value: "project3551"
ports:
- name: http
containerPort: {{ .Values.service.internalport }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment