- op: add path: /spec/template/metadata/annotations value: dapr.io/enabled: "true" dapr.io/app-id: "atlantis" dapr.io/app-port: "8000" dapr.io/config: "tracing" dapr.io/app-protocol: "http" dapr.io/enable-app-health-check: "true" dapr.io/app-health-check-path: "/healthz" dapr.io/app-health-probe-interval: "3" dapr.io/app-health-probe-timeout: "200" dapr.io/app-health-threshold: "2" dapr.io/sidecar-cpu-request: "100m" dapr.io/sidecar-memory-request: "250Mi" dapr.io/sidecar-cpu-limit: "300m" dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" - op: replace path: /spec/template/spec/containers/0/livenessProbe/httpGet/path value: /healthz - op: replace path: /spec/template/spec/containers/0/readinessProbe/httpGet/path value: /healthz - op: add path: /spec/template/spec/containers/0/env/- value: name: INTRERNAL_PORT value: "8000" - op: add path: /spec/template/spec/containers/0/envFrom value: []