Skip to content

Commit

Permalink
feat(manifests): add name on workflow-controller-metrics service port (
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinspecker committed Apr 19, 2020
1 parent af5cd1a commit c6ef1ff
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ spec:
selector:
app: workflow-controller
ports:
- port: 9090
- name: metrics
port: 9090
targetPort: 9090
protocol: TCP
3 changes: 2 additions & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,8 @@ metadata:
name: workflow-controller-metrics
spec:
ports:
- port: 9090
- name: metrics
port: 9090
protocol: TCP
targetPort: 9090
selector:
Expand Down
3 changes: 2 additions & 1 deletion manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ metadata:
name: workflow-controller-metrics
spec:
ports:
- port: 9090
- name: metrics
port: 9090
protocol: TCP
targetPort: 9090
selector:
Expand Down
3 changes: 2 additions & 1 deletion manifests/quick-start-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,8 @@ metadata:
name: workflow-controller-metrics
spec:
ports:
- port: 9090
- name: metrics
port: 9090
protocol: TCP
targetPort: 9090
selector:
Expand Down
3 changes: 2 additions & 1 deletion manifests/quick-start-no-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,8 @@ metadata:
name: workflow-controller-metrics
spec:
ports:
- port: 9090
- name: metrics
port: 9090
protocol: TCP
targetPort: 9090
selector:
Expand Down
3 changes: 2 additions & 1 deletion manifests/quick-start-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,8 @@ metadata:
name: workflow-controller-metrics
spec:
ports:
- port: 9090
- name: metrics
port: 9090
protocol: TCP
targetPort: 9090
selector:
Expand Down

0 comments on commit c6ef1ff

Please sign in to comment.