We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e0896 commit a8d23acCopy full SHA for a8d23ac
templates/frontend/deployment_frontend.yaml
@@ -21,4 +21,7 @@ spec:
21
ports:
22
- name: http
23
containerPort: {{ .Values.backend.port }}
24
- protocol: TCP
+ protocol: TCP
25
+ env:
26
+ - name: TEST
27
+ value: "testi"
0 commit comments