Skip to content

Commit

Permalink
Merge pull request #697 from tesshuflower/release-0.7-metrics-svc-che…
Browse files Browse the repository at this point in the history
…rry-pick

Merge pull request #696 from tesshuflower/vs-metrics-svc-podselector
  • Loading branch information
openshift-merge-robot authored Mar 24, 2023
2 parents 5db19db + 91dd664 commit 8af0bf0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
protocol: TCP
targetPort: https
selector:
app.kubernetes.io/part-of: volsync
control-plane: controller-manager
status:
loadBalancer: {}
3 changes: 2 additions & 1 deletion bundle/manifests/volsync.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2023-03-22T15:58:13Z"
createdAt: "2023-03-24T13:17:26Z"
olm.skipRange: '>=0.4.0 <0.7.1'
operators.operatorframework.io/builder: operator-sdk-v1.26.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down Expand Up @@ -409,6 +409,7 @@ spec:
annotations:
kubectl.kubernetes.io/default-container: manager
labels:
app.kubernetes.io/part-of: volsync
control-plane: controller-manager
spec:
containers:
Expand Down
1 change: 1 addition & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ spec:
kubectl.kubernetes.io/default-container: manager
labels:
control-plane: controller-manager
app.kubernetes.io/part-of: volsync
spec:
# affinity:
# nodeAffinity:
Expand Down
1 change: 1 addition & 0 deletions config/prometheus/monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ spec:
selector:
matchLabels:
control-plane: controller-manager
app.kubernetes.io/part-of: volsync
1 change: 1 addition & 0 deletions config/rbac/auth_proxy_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ spec:
targetPort: https
selector:
control-plane: controller-manager
app.kubernetes.io/part-of: volsync

0 comments on commit 8af0bf0

Please sign in to comment.