| commit | ea328da19aadb6b9eeab7254e530f7ca005f69f1 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max-2.local> | Wed Jul 29 12:15:15 2026 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max-2.local> | Wed Jul 29 12:15:15 2026 +0400 |
| tree | e7bdbd069e477fc35dc61b14e5aa2b91364fcc20 | |
| parent | bc1983f941fc5f9f3a10ce97dcd046e8e3a2cea0 [diff] [blame] |
update
diff --git a/charts/dodo-app/templates/install.yaml b/charts/dodo-app/templates/install.yaml index 9a9c2fc..f278345 100644 --- a/charts/dodo-app/templates/install.yaml +++ b/charts/dodo-app/templates/install.yaml
@@ -53,7 +53,7 @@ app: dodo-app ports: - name: http - port: 80 + port: {{ .Values.apiServicePort }} targetPort: api protocol: TCP --- @@ -67,7 +67,7 @@ app: dodo-app ports: - name: http - port: 80 + port: {{ .Values.webServicePort }} targetPort: http protocol: TCP ---