Skip to content

Commit

Permalink
Merge branch 'master' into upgrade-pulsar-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsyh committed Jul 17, 2024
2 parents d15562a + 2103aac commit 916e904
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ data:
- {{ template "pulsar.namespace" . }}
{{- end }}
{{- if .Values.istio.enabled }}
{{- if .Values.istio.migration }}
scheme: http
enable_http2: false
{{- else }}
scheme: https
# Disable http2 for Prometheus issue: https://github.com/prometheus/prometheus/issues/10213
enable_http2: false
Expand All @@ -61,6 +65,7 @@ data:
cert_file: /etc/prom-certs/cert-chain.pem
key_file: /etc/prom-certs/key.pem
insecure_skip_verify: true
{{- end }}
{{- end }}
relabel_configs:
{{- if .Values.istio.enabled }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ kind: PulsarCoordinator
metadata:
name: "{{ template "pulsar.fullname" . }}-coordinator"
namespace: {{ template "pulsar.namespace" . }}
spec:
toolSet:
enabled: false
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ data:
- {{ template "pulsar.namespace" . }}
{{- end }}
{{- if .Values.istio.enabled }}
{{- if .Values.istio.migration }}
scheme: http
enable_http2: false
{{- else }}
scheme: https
# Disable http2 for Prometheus issue: https://github.com/prometheus/prometheus/issues/10213
enable_http2: false
Expand All @@ -61,6 +65,7 @@ data:
cert_file: /etc/prom-certs/cert-chain.pem
key_file: /etc/prom-certs/key.pem
insecure_skip_verify: true
{{- end }}
{{- end }}
relabel_configs:
{{- if .Values.istio.enabled }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ kind: PulsarCoordinator
metadata:
name: "{{ template "pulsar.fullname" . }}-coordinator"
namespace: {{ template "pulsar.namespace" . }}
spec:
toolSet:
enabled: false
{{- end }}

0 comments on commit 916e904

Please sign in to comment.