Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: goldpinger-deploy
namespace: linux-datapath-test
spec:
replicas: 4
replicas: 8
selector:
matchLabels:
app: goldpinger
Expand Down Expand Up @@ -86,3 +86,10 @@ spec:
periodSeconds: 5
nodeSelector:
kubernetes.io/os: linux
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
app: "goldpinger"
9 changes: 8 additions & 1 deletion test/integration/manifests/datapath/linux-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: goldpinger-deploy
namespace: linux-datapath-test
spec:
replicas: 4
replicas: 8
selector:
matchLabels:
app: goldpinger
Expand Down Expand Up @@ -84,3 +84,10 @@ spec:
periodSeconds: 5
nodeSelector:
kubernetes.io/os: linux
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
app: "goldpinger"
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: windows-pod
namespace: datapath-win
spec:
replicas: 4
replicas: 8
selector:
matchLabels:
app: datapod
Expand All @@ -20,3 +20,10 @@ spec:
args: ["sleep", "5000"]
nodeSelector:
kubernetes.io/os: windows
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
app: "datapod"
Loading