diff --git a/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-account.yaml b/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-account.yaml index 579c435da..68fad907c 100644 --- a/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-account.yaml +++ b/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-account.yaml @@ -34,12 +34,3 @@ spec: ports: - name: http-port containerPort: 8012 - affinity: - podAntiAffinity: - preferredDuringSchedulingIgnoredDuringExecution: - - podAffinityTerm: - topologyKey: failure-domain.beta.kubernetes.io/zone - weight: 50 - - podAffinityTerm: - topologyKey: kubernetes.io/hostname - weight: 100 diff --git a/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-frontend.yaml b/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-frontend.yaml index 2b039c66e..82f8f5d2f 100644 --- a/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-frontend.yaml +++ b/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-frontend.yaml @@ -36,12 +36,3 @@ spec: ports: - name: http-port containerPort: 8080 - affinity: - podAntiAffinity: - preferredDuringSchedulingIgnoredDuringExecution: - - podAffinityTerm: - topologyKey: failure-domain.beta.kubernetes.io/zone - weight: 50 - - podAffinityTerm: - topologyKey: kubernetes.io/hostname - weight: 100 diff --git a/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-gateway.yaml b/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-gateway.yaml index b41489adb..cc054f30d 100644 --- a/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-gateway.yaml +++ b/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-gateway.yaml @@ -36,12 +36,3 @@ spec: ports: - name: http-port containerPort: 30010 - affinity: - podAntiAffinity: - preferredDuringSchedulingIgnoredDuringExecution: - - podAffinityTerm: - topologyKey: failure-domain.beta.kubernetes.io/zone - weight: 50 - - podAffinityTerm: - topologyKey: kubernetes.io/hostname - weight: 100 diff --git a/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-order.yaml b/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-order.yaml index 628e1efe5..705840cd2 100644 --- a/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-order.yaml +++ b/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-order.yaml @@ -34,12 +34,3 @@ spec: ports: - name: http-port containerPort: 8013 - affinity: - podAntiAffinity: - preferredDuringSchedulingIgnoredDuringExecution: - - podAffinityTerm: - topologyKey: failure-domain.beta.kubernetes.io/zone - weight: 50 - - podAffinityTerm: - topologyKey: kubernetes.io/hostname - weight: 100 diff --git a/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-praise-consumer.yaml b/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-praise-consumer.yaml index eea93f16c..7ce318689 100644 --- a/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-praise-consumer.yaml +++ b/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-praise-consumer.yaml @@ -34,12 +34,3 @@ spec: ports: - name: http-port containerPort: 8014 - affinity: - podAntiAffinity: - preferredDuringSchedulingIgnoredDuringExecution: - - podAffinityTerm: - topologyKey: failure-domain.beta.kubernetes.io/zone - weight: 50 - - podAffinityTerm: - topologyKey: kubernetes.io/hostname - weight: 100 diff --git a/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-praise-provider.yaml b/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-praise-provider.yaml index 487f386d8..ca10cb652 100644 --- a/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-praise-provider.yaml +++ b/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-praise-provider.yaml @@ -1,17 +1,3 @@ -apiVersion: v1 -kind: Service -metadata: - name: praise-provider-service - labels: - app: integrated-praise-provider -spec: - type: ClusterIP - ports: - - port: 8015 - name: server - selector: - app: integrated-praise-provider ---- apiVersion: apps/v1 kind: Deployment metadata: @@ -34,12 +20,3 @@ spec: ports: - name: http-port containerPort: 8015 - affinity: - podAntiAffinity: - preferredDuringSchedulingIgnoredDuringExecution: - - podAffinityTerm: - topologyKey: failure-domain.beta.kubernetes.io/zone - weight: 50 - - podAffinityTerm: - topologyKey: kubernetes.io/hostname - weight: 100 diff --git a/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-storage.yaml b/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-storage.yaml index 8a5ebd12c..dba7b224b 100644 --- a/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-storage.yaml +++ b/spring-cloud-alibaba-examples/integrated-example/helm-chart/templates/integrated-storage.yaml @@ -34,12 +34,3 @@ spec: ports: - name: http-port containerPort: 8011 - affinity: - podAntiAffinity: - preferredDuringSchedulingIgnoredDuringExecution: - - podAffinityTerm: - topologyKey: failure-domain.beta.kubernetes.io/zone - weight: 50 - - podAffinityTerm: - topologyKey: kubernetes.io/hostname - weight: 100