Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,3 @@ env: |
value: {{ index .Values "heap" | quote }}
- name: JAVA_ARGS
value: {{ index .Values "java-args" | quote }}
{{- if index .Values "java-debug" }}
- name: JAVA_ENABLE_DEBUG
value: {{ index .Values "java-debug" | quote }}
{{- else }}
- name: JAVA_ENABLE_DEBUG
value: "false"
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,3 @@ env: |
value: "false"
- name: MANAGEMENT_SECURITY_ENABLED
value: "false"
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
{{- if index .Values "java-enable-debug" }}
- name: JAVA_ENABLE_DEBUG
value: "true"
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ env: |
value: {{ index .Values "heap" | quote }}
- name: JAVA_ARGS
value: {{ index .Values "java-args" | quote }}
- name: JAVA_ENABLE_DEBUG
value: {{ index .Values "java-debug" | quote }}
- name: KAFKA_TOPICS_RECEIPT_CREATE_NAME
value: {{ index .Values "receipt-create-topic" | quote }}
- name: KAFKA_TOPICS_WORKFLOW_START_NAME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,3 @@ env: |
value: "false"
- name: MANAGEMENT_SECURITY_ENABLED
value: "false"
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ env: |
value: "hcm-admin-schemas"
- name: MODULE_NAME
value: "HCM-ADMIN-CONSOLE"
- name: LOCALIZATION_WAIT_TIME_IN_BOUNDARY_CREATION
value: "30000"
- name: LOCALIZATION_CHUNK_SIZE_FOR_BOUNDARY_CREATION
value: "2000"
- name: APP_LOG_LEVEL
value: {{ .Values.logLevel | default "info" }}
- name: APP_MAX_DEBUG_CHAR
Expand Down
4 changes: 0 additions & 4 deletions deploy-as-code/helm/charts/urban/bpa-calculator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,3 @@ env: |
value: "false"
- name: MANAGEMENT_SECURITY_ENABLED
value: "false"
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
4 changes: 0 additions & 4 deletions deploy-as-code/helm/charts/urban/bpa-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,3 @@ env: |
value: "false"
- name: MANAGEMENT_SECURITY_ENABLED
value: "false"
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
2 changes: 1 addition & 1 deletion deploy-as-code/helm/charts/urban/digit-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ labels:
app: "digit-ui"
group: "web"

namespace: egov
namespace: urban

# Ingress Configs
ingress:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,3 @@ env: |
value: "false"
- name: MANAGEMENT_SECURITY_ENABLED
value: "false"
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,3 @@ env: |
value: "false"
- name: MANAGEMENT_SECURITY_ENABLED
value: "false"
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
4 changes: 0 additions & 4 deletions deploy-as-code/helm/charts/urban/land-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,3 @@ env: |
value: "false"
- name: MANAGEMENT_SECURITY_ENABLED
value: "false"
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
4 changes: 0 additions & 4 deletions deploy-as-code/helm/charts/urban/noc-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,3 @@ env: |
value: "false"
- name: MANAGEMENT_SECURITY_ENABLED
value: "false"
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
6 changes: 0 additions & 6 deletions deploy-as-code/helm/charts/urban/pgr-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ env: |
value: {{ index .Values "heap" | quote }}
- name: JAVA_ARGS
value: {{ index .Values "java-args" | quote }}
- name: JAVA_ENABLE_DEBUG
value: {{ index .Values "java-enable-debug" | quote }}
- name: SERVER_PORT
value: "8080"
- name: SECURITY_BASIC_ENABLED
Expand Down Expand Up @@ -157,10 +155,6 @@ env: |
configMapKeyRef:
name: egov-config
key: egov-state-level-tenant-id
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
{{- if index .Values "time-before-closing-complaint" }}
- name: PGR_COMPLAIN_IDLE_TIME
value: {{ index .Values "time-before-closing-complaint" | quote }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ env: |
value: org.apache.kafka.common.serialization.StringSerializer
- name: SPRING_KAFKA_PRODUCER_VALUE_SERIALIZER
value: org.springframework.kafka.support.serializer.JsonSerializer
- name: JAVA_ENABLE_DEBUG
value: "true"
- name: JAVA_OPTS
value: {{ index .Values "heap" | quote }}
- name: JAVA_ARGS
Expand Down Expand Up @@ -146,7 +144,3 @@ env: |
value: "citizen/withoutAuth?redirectTo=egov-common/pay?consumerCode=$consumerCode&tenantId=$tenantId&businessService=$businessService"
- name: EGOV_USR_EVENTS_PAY_CODE
value: "PAY"
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
8 changes: 0 additions & 8 deletions deploy-as-code/helm/charts/urban/pt-calculator-v2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ env: |
name: egov-config
key: tracer-errors-provideexceptionindetails
{{- end }}
{{- if index .Values "JAVA_ENABLE_DEBUG" }}
- name: JAVA_ENABLE_DEBUG
value: {{ index .Values "JAVA_ENABLE_DEBUG" | quote }}
{{- end }}
{{- if index .Values "CUSTOM_PB_ZERO_ASSESSMENT" }}
- name: CUSTOM_PB_ZERO_ASSESSMENT
value: {{ index .Values "CUSTOM_PB_ZERO_ASSESSMENT" | quote }}
Expand Down Expand Up @@ -113,7 +109,3 @@ env: |
value: "false"
- name: MANAGEMENT_SECURITY_ENABLED
value: "false"
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
4 changes: 0 additions & 4 deletions deploy-as-code/helm/charts/urban/pt-services-v2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,3 @@ env: |
value: {{ index .Values "pt-userevents-pay-link" | quote }}
- name: EGOV_USR_EVENTS_PAY_CODE
value: "PAY"
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
6 changes: 0 additions & 6 deletions deploy-as-code/helm/charts/urban/rainmaker-pgr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ env: |
value: {{ index .Values "heap" | quote }}
- name: JAVA_ARGS
value: {{ index .Values "java-args" | quote }}
- name: JAVA_ENABLE_DEBUG
value: {{ index .Values "java-enable-debug" | quote }}
- name: SERVER_PORT
value: "8080"
- name: SECURITY_BASIC_ENABLED
Expand All @@ -147,7 +145,3 @@ env: |
value: "RATE"
- name: EGOV_USR_EVENTS_REOPEN_CODE
value: "REOPEN"
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
4 changes: 0 additions & 4 deletions deploy-as-code/helm/charts/urban/sw-calculator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,3 @@ env: |
value: "false"
- name: MANAGEMENT_SECURITY_ENABLED
value: "false"
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
4 changes: 0 additions & 4 deletions deploy-as-code/helm/charts/urban/sw-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,5 @@ env: |
value: "false"
- name: MANAGEMENT_SECURITY_ENABLED
value: "false"
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
- name: IS_EXTERNAL_WORKFLOW_ENABLED
value: {{ index .Values "is-external-workflow-enabled" | quote }}
4 changes: 0 additions & 4 deletions deploy-as-code/helm/charts/urban/tl-calculator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,3 @@ env: |
value: "false"
- name: MANAGEMENT_SECURITY_ENABLED
value: "false"
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
6 changes: 0 additions & 6 deletions deploy-as-code/helm/charts/urban/tl-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ env: |
value: {{ index .Values "heap" | quote }}
- name: JAVA_ARGS
value: {{ index .Values "java-args" | quote }}
- name: JAVA_ENABLE_DEBUG
value: {{ index .Values "java-debug" | quote }}
- name: EGOV_TL_DEFAULT_LIMIT
value: {{ index .Values "tl-search-default-limit" | quote }}
- name: SERVER_PORT
Expand Down Expand Up @@ -152,10 +150,6 @@ env: |
- name: EGOV_LOCATION_HIERARCHYTYPECODE
value: {{ index .Values "egov-location-hierarchytypecode" | quote }}
{{- end }}
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
{{- if index .Values "global" "tracer-errors-provideexceptionindetails" }}
- name: TRACER_ERRORS_PROVIDEEXCEPTIONINDETAILS
valueFrom:
Expand Down
4 changes: 0 additions & 4 deletions deploy-as-code/helm/charts/urban/ws-calculator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,3 @@ env: |
value: "false"
- name: MANAGEMENT_SECURITY_ENABLED
value: "false"
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
4 changes: 0 additions & 4 deletions deploy-as-code/helm/charts/urban/ws-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,5 @@ env: |
value: "false"
- name: MANAGEMENT_SECURITY_ENABLED
value: "false"
{{- if index .Values "tracing-enabled" }}
- name: TRACER_OPENTRACING_ENABLED
value: "true"
{{- end }}
- name: IS_EXTERNAL_WORKFLOW_ENABLED
value: {{ index .Values "is-external-workflow-enabled" | quote }}