Fix missing scope for chart function evaluation

This commit is contained in:
2022-04-10 07:31:12 -05:00
parent 316d917f6e
commit 399407b15a
5 changed files with 32 additions and 22 deletions

View File

@@ -56,7 +56,7 @@ spec:
- name: DATABASE_NAME
value: mathy
ports:
- containerPort: 80
- containerPort: 8000
- name: redis
image: redis:latest
@@ -73,7 +73,7 @@ spec:
- name: http
port: 80
protocol: TCP
targetPort: 80
targetPort: 8000
selector:
name: mathy-api
---