Skip to content

Commit cadf3f0

Browse files
authored
Remove config server (#1125)
Signed-off-by: Andy Tael <[email protected]>
1 parent 6572103 commit cadf3f0

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

helm/charts/obaas-sample-app/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ spec:
8686
{{- if $.Values.obaas.springboot.enabled }}
8787
- name: SPRING_PROFILES_ACTIVE
8888
value: {{ $obaas.data.SPRING_PROFILES_ACTIVE | quote }}
89-
- name: SPRING_CONFIG_LABEL
90-
value: {{ $obaas.data.SPRING_CONFIG_LABEL | quote }}
9189
{{- if $.Values.obaas.database.enabled }}
9290
- name: SPRING_DATASOURCE_URL
9391
value: "jdbc:oracle:thin:@${DB_SERVICE}?TNS_ADMIN=/oracle/tnsadmin"

helm/charts/obaas-sample-app/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,3 @@ obaas:
189189

190190
eureka:
191191
enabled: true # Enable Eureka service discovery
192-
193-
configServer:
194-
enabled: false # Enable Spring Cloud Config integration

0 commit comments

Comments
 (0)