Skip to content

Commit a9f7503

Browse files
authored
Merge pull request gardener#3052 from mvladev/fix-apiserver-proxy-port
Fix apiserver-proxy Service port
2 parents 9e4a809 + 68ced6f commit a9f7503

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/seed-monitoring/charts/grafana/dashboards/operators/istio/apiserver-proxy-dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@
12161216
"timeFrom": null,
12171217
"timeRegions": [],
12181218
"timeShift": null,
1219-
"title": "Upstream Connection Openning Time",
1219+
"title": "Upstream Connection Opening Time",
12201220
"tooltip": {
12211221
"shared": true,
12221222
"sort": 0,

charts/shoot-core/components/charts/apiserver-proxy/templates/apiserver-proxy-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
clusterIP: None
1212
ports:
1313
- name: metrics
14-
port: {{ .Values.metricsPort }}
14+
port: {{ .Values.adminPort }}
1515
protocol: TCP
1616
selector:
1717
app: kubernetes

0 commit comments

Comments
 (0)