Added emptyDir for caching settings
This commit is contained in:
parent
446847a7a8
commit
91cc543fe4
@ -19,8 +19,18 @@ spec:
|
|||||||
- name: app
|
- name: app
|
||||||
image: registry.k8s.astropenguin.net/golifehk:IMAGE_TAG
|
image: registry.k8s.astropenguin.net/golifehk:IMAGE_TAG
|
||||||
env:
|
env:
|
||||||
|
- name: GOLIFEHK_WORKDIR
|
||||||
|
value: "/workdir"
|
||||||
- name: TELEGRAM_API_TOKEN
|
- name: TELEGRAM_API_TOKEN
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: golifehk-conf
|
name: golifehk-conf
|
||||||
key: TELEGRAM_API_TOKEN
|
key: TELEGRAM_API_TOKEN
|
||||||
|
volumes:
|
||||||
|
volumeMounts:
|
||||||
|
- mountPath: /workdir
|
||||||
|
name: workdir
|
||||||
|
volumes:
|
||||||
|
- name: workdir
|
||||||
|
emptyDir:
|
||||||
|
sizeLimit: 10Mi
|
||||||
|
Loading…
Reference in New Issue
Block a user