Skip to content

Commit 8e73d1c

Browse files
committed
chore: remove debug probes
1 parent 6612641 commit 8e73d1c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

charts/conduit/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.5
18+
version: 0.2.6
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/conduit/templates/database/deployment.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ spec:
7777
initialDelaySeconds: 20
7878
periodSeconds: 10
7979
env:
80-
- name: GRPC_TRACE
81-
value: all
82-
- name: GRPC_VERBOSITY
83-
value: DEBUG
8480
- name: SERVICE_URL
8581
value: {{ template "conduit-helm.database.fullname" . }}-headless:{{ .Values.database.service.tcp_port }}
8682
- name: CONDUIT_NAMESPACE

0 commit comments

Comments
 (0)