local env done

This commit is contained in:
2026-05-13 15:21:37 -03:00
parent 55aa31eff5
commit 7c5aa14409
10 changed files with 97 additions and 3 deletions

View File

@@ -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