腾龙公司游戏网址 xs10159.com
apiVersion: apps/v1kind: Deploymentmetadata:name: ha-businesslabels: app: ha-businessspec:replicas: 3selector: matchLabels: app: ha-businesstemplate: metadata: labels: app: ha-business spec: # 拓扑分布约束核心配置 topologySpreadConstraints: - maxSkew: 1 topologyKey: kubernetes.io/hostname whenUnsatisfiable: DoNotSchedule labelSelector: matchLabels: app: ha-business containers: - name: nginx image: nginx:alpine ports: - containerPort: 80
页:
[1]