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 3e98689 commit 394f411Copy full SHA for 394f411
deployment/mcad-controller/templates/deployment.yaml
@@ -12,8 +12,8 @@ spec:
12
port: 80
13
targetPort: 8080
14
- name: metrics
15
- port: 8083
16
- targetPort: 8083
+ port: 9090
+ targetPort: 9090
17
selector:
18
app: custom-metrics-apiserver
19
---
@@ -25,8 +25,8 @@ metadata:
25
spec:
26
ports:
27
28
29
30
31
app: metrics
32
@@ -276,7 +276,7 @@ spec:
276
name: https
277
- containerPort: 8080
278
name: http
279
- - containerPort: 8083
+ - containerPort: 9090
280
name: metrics
281
volumeMounts:
282
- mountPath: /tmp
0 commit comments