temp0827a

Young-Kyoo Kim·2025년 8월 27일
objectStore:
  pools:
    - affinity:
        podAntiAffinity:
          preferredDuringSchedulingIgnoredDuringExecution:
            - weight: 100
              podAffinityTerm:
                labelSelector:
                  matchLabels:
                    "aistor.min.io/objectStore": "myminio"
                topologyKey: "topology.kubernetes.io/zone"
      topologySpreadConstraints:
        - maxSkew: 1
          topologyKey: "topology.kubernetes.io/zone"
          whenUnsatisfiable: "ScheduleAnyway"
          labelSelector:
            matchLabels:
              "aistor.min.io/objectStore": "myminio"

0개의 댓글