thingsboard-pe-k8s icon indicating copy to clipboard operation
thingsboard-pe-k8s copied to clipboard

missing spec key azure microservices

Open lks-hrsch opened this issue 2 years ago • 0 comments

Before the affinity key, the spec key is missing.

https://github.com/thingsboard/thingsboard-pe-k8s/blob/ead78c207baf873f0ba2591afd5caa7cec478f46/azure/microservices/tb-services.yml#L203

A solution could be:

  template:
    metadata:
      labels:
        app: tb-integration-executor
    spec:
      affinity:
        podAntiAffinity:

lks-hrsch avatar Jan 04 '23 10:01 lks-hrsch