From 8280e8d65bf78622f92ea479703e5fec70d4b6bb Mon Sep 17 00:00:00 2001 From: Andy Tael Date: Tue, 14 Oct 2025 11:38:18 -0500 Subject: [PATCH] Remove config server Signed-off-by: Andy Tael --- helm/charts/obaas-sample-app/templates/deployment.yaml | 2 -- helm/charts/obaas-sample-app/values.yaml | 3 --- 2 files changed, 5 deletions(-) diff --git a/helm/charts/obaas-sample-app/templates/deployment.yaml b/helm/charts/obaas-sample-app/templates/deployment.yaml index 955a06af1..39b0c7f3d 100644 --- a/helm/charts/obaas-sample-app/templates/deployment.yaml +++ b/helm/charts/obaas-sample-app/templates/deployment.yaml @@ -86,8 +86,6 @@ spec: {{- if $.Values.obaas.springboot.enabled }} - name: SPRING_PROFILES_ACTIVE value: {{ $obaas.data.SPRING_PROFILES_ACTIVE | quote }} - - name: SPRING_CONFIG_LABEL - value: {{ $obaas.data.SPRING_CONFIG_LABEL | quote }} {{- if $.Values.obaas.database.enabled }} - name: SPRING_DATASOURCE_URL value: "jdbc:oracle:thin:@${DB_SERVICE}?TNS_ADMIN=/oracle/tnsadmin" diff --git a/helm/charts/obaas-sample-app/values.yaml b/helm/charts/obaas-sample-app/values.yaml index bc1ab9437..95363a6e9 100644 --- a/helm/charts/obaas-sample-app/values.yaml +++ b/helm/charts/obaas-sample-app/values.yaml @@ -189,6 +189,3 @@ obaas: eureka: enabled: true # Enable Eureka service discovery - - configServer: - enabled: false # Enable Spring Cloud Config integration \ No newline at end of file