Skip to content

Commit

Permalink
Add tolerations in license-proxyserver-manager (#382)
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <[email protected]>
  • Loading branch information
RokibulHasan7 authored May 22, 2024
1 parent d949e67 commit ff79da2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,12 @@ metadata:
spec:
clusterSets:
- global
tolerations:
- key: cluster.open-cluster-management.io/unreachable
operator: Exists
tolerationSeconds: 600
- key: cluster.open-cluster-management.io/unavailable
operator: Exists
tolerationSeconds: 600

{{- end }}
2 changes: 1 addition & 1 deletion charts/license-proxyserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Kubernetes license-proxyserver by AppsCode
name: license-proxyserver
version: v2024.5.17
appVersion: v0.0.9
appVersion: v0.0.10
home: https://github.com/bytebuilders/license-proxyserver
icon: https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
version: v1
kind: Deployment
selector:
app: cluster-manager
app: klusterlet
chart:
name: cluster-manager-spoke
namespace: open-cluster-management
Expand Down

0 comments on commit ff79da2

Please sign in to comment.