Skip to content

Commit

Permalink
PATCH: update prometheus metrics service
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbins228 committed May 28, 2024
1 parent 20c6ede commit f66732d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions manifests/base/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ metadata:
prometheus.io/port: "8080"
labels:
app: training-operator
name: training-operator
name: training-operator-metrics-service
spec:
ports:
- name: monitoring-port
- name: metrics
port: 8080
protocol: TCP
targetPort: 8080
selector:
control-plane: kubeflow-training-operator
type: ClusterIP
app.kubernetes.io/name: training-operator
app.kubernetes.io/part-of: training-operator
status:
loadBalancer: {}

0 comments on commit f66732d

Please sign in to comment.