Upload files to "/"

This commit is contained in:
2026-02-10 12:01:31 +00:00
parent 6b3dcefa4b
commit 1357bd6cce

View File

@@ -68,6 +68,11 @@ spec:
#image: codemowers/memelord:latest
image: ghcr.io/l4rm4nd/memelord:latest
imagePullPolicy: Always
volumeMounts:
- name: settings-volume
mountPath: /opt/app/myproject/
subPath: settings.py
readOnly: true
ports:
- name: http
containerPort: 8000