[bitnami/spring-cloud-dataflow] Apply server.containerPort as documented. (#10823)

* Using server.containerPort to fix #10301

Signed-off-by: herblet <herblet@knowledge42.com>
This commit is contained in:
Toby Grasl
2022-07-11 10:12:20 +02:00
committed by GitHub
parent a9fd6131d8
commit 7649bc00bb
3 changed files with 7 additions and 7 deletions

View File

@@ -112,7 +112,7 @@ spec:
- name: BITNAMI_DEBUG
value: {{ ternary "true" "false" .Values.server.image.debug | quote }}
- name: SERVER_PORT
value: "8080"
value: "{{ .Values.server.containerPort }}"
- name: SPRING_CLOUD_CONFIG_ENABLED
value: "false"
- name: SPRING_CLOUD_KUBERNETES_CONFIG_ENABLE_API