Skip to content

Commit 41fab61

Browse files
authored
Merge pull request #1004 from kubeshop/fix/add-metrics-port
feat: update posts for the operator
2 parents c4e5ce4 + 053b338 commit 41fab61

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

charts/testkube-operator/templates/deployment.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@ spec:
9090
- containerPort: {{ .Values.webhookServerPort }}
9191
name: webhook-server
9292
protocol: TCP
93+
- containerPort: 8443
94+
name: https
95+
protocol: TCP
96+
{{- if .Values.metricsServerPortInsecure }}
97+
- containerPort: {{ .Values.metricsServerPortInsecure }}
98+
name: http
99+
protocol: TCP
100+
{{- end }}
93101
livenessProbe:
94102
httpGet:
95103
path: /healthz

0 commit comments

Comments
 (0)