Allow arm64 using ETCD_UNSUPPORTED_ARCH env var
[ta/caas-etcd.git] / ansible / roles / etcd / templates / etcd.yml
index 82eb27d..adbb9a2 100644 (file)
@@ -75,6 +75,11 @@ spec:
 {% endif %}
         - name: ETCD_LISTENONINTERFACE
           value: "{{ networking.infra_internal.interface }}"
+        - name: ETCD_UNSUPPORTED_ARCH
+          value: "arm64"
+      resources:
+        requests:
+          cpu: "60m"
       volumeMounts:
         - name: time-mount
           mountPath: /etc/localtime