Skip to content

Commit

Permalink
descheduler testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bornav committed Feb 22, 2025
1 parent 6a97877 commit ad30dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/apps/teamspeak/teamspeak/app/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ metadata:
name: &name teamspeak
labels:
app: *name
annotations:
descheduler.alpha.kubernetes.io/evict: false
spec:
progressDeadlineSeconds: 600
replicas: 1
Expand All @@ -16,6 +14,8 @@ spec:
metadata:
labels:
app: *name
annotations:
descheduler.alpha.kubernetes.io/evict: "false"
spec:
affinity:
nodeAffinity:
Expand Down

0 comments on commit ad30dc9

Please sign in to comment.