This commit is contained in:
parent
ed6489d227
commit
39c09456d1
@ -18,6 +18,12 @@ spec:
|
|||||||
image: ghcr.io/ajnart/homarr:latest
|
image: ghcr.io/ajnart/homarr:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 7575
|
- containerPort: 7575
|
||||||
|
env:
|
||||||
|
- name: EDIT_MODE_PASSWORD
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: homarr-edit-key
|
||||||
|
key: edit-key
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: homarr-config
|
- name: homarr-config
|
||||||
mountPath: /app/data/configs
|
mountPath: /app/data/configs
|
||||||
|
Loading…
Reference in New Issue
Block a user