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