Repository for dip
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.
tenant-catalog/kubeflow/apps/pipeline/upstream/third-party/prometheus/prometheus-service.yaml

14 lines
206 B

apiVersion: v1
kind: Service
metadata:
labels:
app: prometheus
name: prometheus
spec:
selector:
app: prometheus
ports:
- name: promui
protocol: TCP
port: 9090
targetPort: 9090