Updated for weather app

This commit is contained in:
jshu0 2023-08-15 10:29:14 -05:00
parent 61a23d284c
commit 067143caf2
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ spec:
- name: mycontainer
image: "{{ .Values.image.name }}:{{ .Values.image.tag }}"
ports:
- containerPort: 80
- containerPort: 3000
envFrom:
- configMapRef:
name: {{ .Values.configmap.name }}

View File

@ -6,7 +6,7 @@ metadata:
app: {{ .Values.appName }}
spec:
ports:
- port: 80
- port: 3000
protocol: TCP
name: flask
selector:

View File

@ -8,5 +8,5 @@ configmap:
CUSTOM_HEADER: 'This app was deployed with helm!'
image:
name: devopsjourney1/mywebapp
name: shujohns/weather
tag: latest