You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
528 B
26 lines
528 B
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: katib-controller
|
|
namespace: kubeflow
|
|
labels:
|
|
katib.kubeflow.org/component: controller
|
|
annotations:
|
|
prometheus.io/port: "8080"
|
|
prometheus.io/scheme: http
|
|
prometheus.io/scrape: "true"
|
|
spec:
|
|
ports:
|
|
- port: 443
|
|
protocol: TCP
|
|
targetPort: 8443
|
|
name: webhook
|
|
- name: metrics
|
|
port: 8080
|
|
targetPort: 8080
|
|
- name: healthz
|
|
port: 18080
|
|
targetPort: 18080
|
|
selector:
|
|
katib.kubeflow.org/component: controller
|
|
|