Skip to content

Commit

Permalink
Merge branch 'master' into dev-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec authored Jun 9, 2021
2 parents 80f99c0 + 1d76c48 commit c3c6411
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: v1
kind: Service
metadata:
name: workflow-controller-metrics
labels:
app: workflow-controller
spec:
selector:
app: workflow-controller
Expand Down
2 changes: 2 additions & 0 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,8 @@ spec:
apiVersion: v1
kind: Service
metadata:
labels:
app: workflow-controller
name: workflow-controller-metrics
spec:
ports:
Expand Down
2 changes: 2 additions & 0 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ spec:
apiVersion: v1
kind: Service
metadata:
labels:
app: workflow-controller
name: workflow-controller-metrics
spec:
ports:
Expand Down
2 changes: 2 additions & 0 deletions manifests/quick-start-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,8 @@ spec:
apiVersion: v1
kind: Service
metadata:
labels:
app: workflow-controller
name: workflow-controller-metrics
spec:
ports:
Expand Down
2 changes: 2 additions & 0 deletions manifests/quick-start-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,8 @@ spec:
apiVersion: v1
kind: Service
metadata:
labels:
app: workflow-controller
name: workflow-controller-metrics
spec:
ports:
Expand Down
2 changes: 2 additions & 0 deletions manifests/quick-start-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,8 @@ spec:
apiVersion: v1
kind: Service
metadata:
labels:
app: workflow-controller
name: workflow-controller-metrics
spec:
ports:
Expand Down

0 comments on commit c3c6411

Please sign in to comment.