add widgets

This commit is contained in:
2024-03-30 16:47:42 -06:00
parent ead44d21f7
commit 536b133850
5 changed files with 50 additions and 2 deletions

View File

@@ -40,6 +40,9 @@ spec:
- name: appservice
containerPort: {{ .Values.service.appservice.port }}
protocol: TCP
- name: widgets
containerPort: {{ .Values.service.widgets.port }}
protocol: TCP
env:
{{- range $k,$v := .Values.deployment.env }}
- name: {{ $k }}