added env vars in kubernetes deployment

This commit is contained in:
luckysideburn
2019-10-25 16:46:43 -04:00
parent aff02507ce
commit 1513f07f71
+6
View File
@@ -34,6 +34,12 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
env:
- name: UPDATETIME
value: "0.5"
- name: ALIENPROXIMITY
value: "15"
- name: HITSLIMIT
value: "0"
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler