Add some comments, rmr serv, remove template cruft
[ric-plt/a1.git] / a1mediator / templates / deployment.yaml
index a73ec1b..82360c0 100644 (file)
@@ -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 }}