Skip to content

Commit

Permalink
area kaas fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssyno committed Jan 11, 2024
1 parent ba799f3 commit 4bcfe3f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
expr: kube_deployment_status_replicas_unavailable{cluster_type="management_cluster", deployment="teleport-*", namespace="giantswarm"} > 0
for: 30m
labels:
area: managedservices
area: kaas
cancel_if_cluster_status_creating: "true"
cancel_if_cluster_status_deleting: "true"
cancel_if_cluster_status_updating: "true"
Expand All @@ -32,7 +32,7 @@ spec:
expr: kube_deployment_status_replicas_unavailable{cluster_type="workload_cluster", deployment="teleport-*",namespace="giantswarm"} > 0
for: 30m
labels:
area: managedservices
area: kaas
cancel_if_cluster_status_creating: "true"
cancel_if_cluster_status_deleting: "true"
cancel_if_cluster_status_updating: "true"
Expand Down

0 comments on commit 4bcfe3f

Please sign in to comment.