| commit | ff2a29a86863902564baa28eb497df2cd6491927 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Wed May 01 17:06:42 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Wed May 01 17:52:26 2024 +0400 |
| tree | c2b770f0ef6f680d80652f07f7dee1d84b7d9a09 | |
| parent | c23530e378a525feddf0075a41889c151fae5f62 [diff] [blame] |
Soft-Serve: ingress with port-forward Change-Id: I44dcef24276a86902ad5fa7df2de24cc813b37a9
diff --git a/charts/soft-serve/templates/service.yaml b/charts/soft-serve/templates/service.yaml index bd95039..9e54b46 100644 --- a/charts/soft-serve/templates/service.yaml +++ b/charts/soft-serve/templates/service.yaml
@@ -20,9 +20,7 @@ - name: ssh port: {{ .Values.port }} protocol: TCP - {{ if .Values.ingress.enabled }} - name: http - port: 80 + port: 80 # TODO(gio): make configurable targetPort: http protocol: TCP - {{ end }}