X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=a1mediator%2Ftemplates%2Fdeployment.yaml;h=82360c096272b8294c56b1a17d66d370ba64a1fb;hb=refs%2Fchanges%2F82%2F282%2F1;hp=a73ec1b3429db6076e80a6dcc21a421d3816b3ed;hpb=18dcbc384a55e30e357b3c94d5e48a65e7a0badb;p=ric-plt%2Fa1.git diff --git a/a1mediator/templates/deployment.yaml b/a1mediator/templates/deployment.yaml index a73ec1b..82360c0 100644 --- a/a1mediator/templates/deployment.yaml +++ b/a1mediator/templates/deployment.yaml @@ -58,16 +58,3 @@ spec: - name: "a1conf" configMap: name: "a1conf" - - {{- with .Values.nodeSelector }} - nodeSelector: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.affinity }} - affinity: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.tolerations }} - tolerations: - {{- toYaml . | nindent 8 }} - {{- end }}