mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 10:32:55 +02:00
Rename volumemount name restore 4
This commit is contained in:
@@ -4,7 +4,7 @@ metadata:
|
|||||||
name: restore-ubuntu
|
name: restore-ubuntu
|
||||||
labels:
|
labels:
|
||||||
app: restore-ubuntu
|
app: restore-ubuntu
|
||||||
namespace: immich
|
# namespace: immich # edit in apps folder
|
||||||
# docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
|
# docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
@@ -19,6 +19,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: restore-ubuntu
|
- name: restore-ubuntu
|
||||||
image: ubuntu:plucky
|
image: ubuntu:plucky
|
||||||
volumeMounts:
|
volumes:
|
||||||
- mountPath: "/mnt/restore-vol"
|
- name: restorevol
|
||||||
name: backupofimmich
|
persistentVolumeClaim:
|
||||||
|
claimName: backupofimmich
|
||||||
Reference in New Issue
Block a user