Skip to content

Commit

Permalink
fix clientlog restart loop (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek authored Oct 18, 2023
1 parent cdf50d3 commit 4b4f5cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charts/ocis/templates/clientlog/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ spec:
- name: CLIENTLOG_DEBUG_PPROF
value: {{ .Values.debug.profiling | quote }}

# NOTE: change to CLIENTLOG... once fix has landed in master
- name: USERLOG_DEBUG_ADDR
- name: CLIENTLOG_DEBUG_ADDR
value: 0.0.0.0:9260

- name: CLIENTLOG_STORE
Expand Down

0 comments on commit 4b4f5cc

Please sign in to comment.