X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ansible%2Froles%2Fhelm%2Ftemplates%2Ftiller.yml;h=dee3e54e567956c2833b690b01ca3703e563cfc6;hb=c190ad2e9b6bc698acb3d2e71c3f451454496c3e;hp=e5641ffe377184b439ab185440b4ba9ad0723f86;hpb=d76dcc93aa915bd8a0f7f36e47b90d5178203044;p=ta%2Fcaas-helm.git diff --git a/ansible/roles/helm/templates/tiller.yml b/ansible/roles/helm/templates/tiller.yml index e5641ff..dee3e54 100644 --- a/ansible/roles/helm/templates/tiller.yml +++ b/ansible/roles/helm/templates/tiller.yml @@ -26,16 +26,10 @@ spec: {{ caas.kubernetes_component_label }}: tiller template: metadata: - annotations: - danm.k8s.io/interfaces: | - [ - { - "network":"flannel" - } - ] labels: {{ caas.kubernetes_component_label }}: tiller spec: + priorityClassName: "system-cluster-critical" dnsPolicy: ClusterFirst nodeSelector: nodename: caas_master1 @@ -49,6 +43,9 @@ spec: value: "{{ caas.internal_flannel_interface }}" - name: TILLER_PORT value: "{{ caas.tiller_port }}" + resources: + requests: + cpu: "10m" volumeMounts: - name: time-mount mountPath: /etc/localtime