Skip to content

Commit b305ed1

Browse files
vinothrallapalli-eGovvinothrallapalli-egov
andauthored
remove open tracing and java debug variable and move payment, hrms services to common (#3324)
Co-authored-by: vinothrallapalli-egov <[email protected]>
1 parent 317f76f commit b305ed1

File tree

39 files changed

+1
-102
lines changed

39 files changed

+1
-102
lines changed

deploy-as-code/helm/charts/business-services/dashboard-analytics/values.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,3 @@ env: |
107107
value: {{ index .Values "heap" | quote }}
108108
- name: JAVA_ARGS
109109
value: {{ index .Values "java-args" | quote }}
110-
{{- if index .Values "java-debug" }}
111-
- name: JAVA_ENABLE_DEBUG
112-
value: {{ index .Values "java-debug" | quote }}
113-
{{- else }}
114-
- name: JAVA_ENABLE_DEBUG
115-
value: "false"
116-
{{- end }}

deploy-as-code/helm/charts/business-services/billing-service/values.yaml renamed to deploy-as-code/helm/charts/common-services/billing-service/values.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,3 @@ env: |
137137
value: "false"
138138
- name: MANAGEMENT_SECURITY_ENABLED
139139
value: "false"
140-
{{- if index .Values "tracing-enabled" }}
141-
- name: TRACER_OPENTRACING_ENABLED
142-
value: "true"
143-
{{- end }}
144-
{{- if index .Values "java-enable-debug" }}
145-
- name: JAVA_ENABLE_DEBUG
146-
value: "true"
147-
{{- end }}

0 commit comments

Comments
 (0)