| commit | b18b4d839ff3fc6a288d85d6087d159838db4ef5 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max-2.local> | Wed Jul 29 23:29:38 2026 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max-2.local> | Wed Jul 29 23:29:38 2026 +0400 |
| tree | 3dd0de50a897b93a32ea1272ada2092d5a3547b8 | |
| parent | 6be4d3ff4604e57289841831f00f03d96cd129d6 [diff] |
update
diff --git a/charts/dodo-app/templates/install.yaml b/charts/dodo-app/templates/install.yaml index 9a9c2fc..5802b8e 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.apiPort }} targetPort: api protocol: TCP --- @@ -67,7 +67,7 @@ app: dodo-app ports: - name: http - port: 80 + port: {{ .Values.port }} targetPort: http protocol: TCP ---