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