| commit | 287fa317159cc365c59ecd3c0105fa7bd88df9c4 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max-2.local> | Sun Oct 27 22:43:52 2024 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max-2.local> | Sun Oct 27 22:43:52 2024 +0400 |
| tree | 288c7f7b9eb43219d550746ba514fe7b108e11bb | |
| parent | cfa3ae90eef6beb20e001179b855f4556842b0de [diff] |
update
diff --git a/charts/app-runner/templates/install.yaml b/charts/app-runner/templates/install.yaml index f802f8d..00ba74e 100644 --- a/charts/app-runner/templates/install.yaml +++ b/charts/app-runner/templates/install.yaml
@@ -29,7 +29,7 @@ ports: {{- range .Values.appPorts }} - name: {{ .name }} - port: {{ .value }} + port: {{ .containerPort }} targetPort: {{ .name }} protocol: {{ .protocol }} {{- end }}