We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c2ff6 commit f11e9aaCopy full SHA for f11e9aa
deployment/mcad-controller/templates/deployment.yaml
@@ -11,9 +11,25 @@ spec:
11
- name: http
12
port: 80
13
targetPort: 8080
14
+ - name: metrics
15
+ port: 8083
16
+ targetPort: 8083
17
selector:
18
app: custom-metrics-apiserver
19
---
20
+apiVersion: v1
21
+kind: Service
22
+metadata:
23
+ name: metrics
24
+ namespace: kube-system
25
+spec:
26
+ ports:
27
28
29
30
+ selector:
31
+ app: metrics
32
+---
33
#{{ if .Values.configMap.quotaRestUrl }}
34
apiVersion: v1
35
kind: Service
@@ -352,6 +368,8 @@ spec:
352
368
name: https
353
369
- containerPort: 8080
354
370
name: http
371
+ - containerPort: 8083
372
355
373
volumeMounts:
356
374
- mountPath: /tmp
357
375
name: temp-vol
0 commit comments