mirror of
https://github.com/vacp2p/10ksim.git
synced 2025-02-25 04:25:24 +00:00
25 lines
496 B
YAML
25 lines
496 B
YAML
apiVersion: apps/v1
|
|
kind: StatefulSet
|
|
metadata:
|
|
name: nodes
|
|
namespace: zerotesting
|
|
spec:
|
|
replicas: 1000
|
|
podManagementPolicy: "Parallel"
|
|
selector:
|
|
matchLabels:
|
|
app: nodes
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: nodes
|
|
spec:
|
|
topologySpreadConstraints:
|
|
- maxSkew: 1
|
|
topologyKey: kubernetes.io/hostname
|
|
whenUnsatisfiable: ScheduleAnyway
|
|
labelSelector:
|
|
matchLabels:
|
|
app: nodes
|
|
containers:
|