Update deployment.yaml

parent c455354f
...@@ -25,7 +25,7 @@ spec: ...@@ -25,7 +25,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }} imagePullPolicy: {{ .Values.image.pullPolicy }}
env: env:
- name: "CONTEXT_PATH" - name: "CONTEXT_PATH"
value: "project3000" value: "/project3000"
ports: ports:
- name: http - name: http
containerPort: {{ .Values.service.internalport }} 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