mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 06:47:24 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user