We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a6ee7 commit c3d449cCopy full SHA for c3d449c
charts/function-mesh-operator/templates/controller-manager-deployment.yaml
@@ -26,6 +26,7 @@ spec:
26
prometheus.io/scrape: "true"
27
prometheus.io/path: "/metrics"
28
prometheus.io/port: "{{ .Values.controllerManager.metrics.port }}"
29
+ prometheus.io/scheme: "{{ .Values.controllerManager.metrics.scheme }}"
30
traffic.sidecar.istio.io/excludeInboundPorts: '9443,8443'
31
spec:
32
{{- if .Values.controllerManager.serviceAccount }}
charts/function-mesh-operator/values.yaml
@@ -64,6 +64,7 @@ controllerManager:
64
enableLeaderElection: true
65
metrics:
66
port: 8443
67
+ scheme: https
68
healthProbe:
69
port: 8000
70
pprof:
0 commit comments