| commit | 06a67911d7c7d92b7e7342c413a2f56dd41f714d | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max-2.local> | Sun Apr 20 15:56:03 2025 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max-2.local> | Sun Apr 20 15:56:03 2025 +0400 |
| tree | 2dece8be86d37a300486c7ee6d4be440b8dfeb75 | |
| parent | 518eb8c9dbcb98137a11d4c629858ca9ccf9a6c5 [diff] [blame] |
update
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