mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-08-29 00:47:16 +00:00
added env vars in kubernetes deployment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user