Added emptyDir for caching settings
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user