local env done
This commit is contained in:
@@ -21,9 +21,18 @@ spec:
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: eth-config
|
||||
volumeMounts:
|
||||
- name: documents
|
||||
mountPath: /mnt/documents
|
||||
readOnly: true
|
||||
resources:
|
||||
requests:
|
||||
memory: 128Mi
|
||||
cpu: 100m
|
||||
limits:
|
||||
memory: 512Mi
|
||||
volumes:
|
||||
- name: documents
|
||||
hostPath:
|
||||
path: /mnt/documents
|
||||
type: Directory
|
||||
|
||||
Reference in New Issue
Block a user