| commit | 24312ccf16d9e777e238594ca7911e361895b766 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Sun Apr 20 15:53:15 2025 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Sun Apr 20 15:53:15 2025 +0400 |
| tree | bb0ae020f40d5b9cbb7b8b6a95f4e5dd8166d9c1 | |
| parent | 74e73e99d32fd0a47e3f75de4a349bef458d4d3e [diff] [blame] |
AppManager: Use port numbers in ingress definitions Change-Id: I6d69566667490aac70597387c59cecbb8601a5a8
diff --git a/charts/soft-serve/templates/service.yaml b/charts/soft-serve/templates/service.yaml index 9e54b46..9d64333 100644 --- a/charts/soft-serve/templates/service.yaml +++ b/charts/soft-serve/templates/service.yaml
@@ -18,9 +18,9 @@ app: soft-serve ports: - name: ssh - port: {{ .Values.port }} + port: {{ .Values.sshPort }} protocol: TCP - name: http - port: 80 # TODO(gio): make configurable + port: {{ .Values.httpPort }} targetPort: http protocol: TCP