Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions charts/actions-runner-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ tolerations: []

affinity: {}

topologySpreadConstraints: []

# Only one of minAvailable or maxUnavailable can be set
podDisruptionBudget:
enabled: false
Expand Down Expand Up @@ -246,6 +248,7 @@ githubWebhookServer:
nodeSelector: {}
tolerations: []
affinity: {}
topologySpreadConstraints: []
priorityClassName: ""
service:
type: ClusterIP
Expand Down Expand Up @@ -382,6 +385,7 @@ actionsMetricsServer:
nodeSelector: {}
tolerations: []
affinity: {}
topologySpreadConstraints: []
priorityClassName: ""
service:
type: ClusterIP
Expand Down