|
|
@ -16,15 +16,15 @@ spec:
|
|
|
|
app: lychee
|
|
|
|
app: lychee
|
|
|
|
spec:
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
containers:
|
|
|
|
- image: lycheeorg/lychee:v5.1.2
|
|
|
|
- image: linuxserver/lychee:5.1.2
|
|
|
|
name: lychee
|
|
|
|
name: lychee
|
|
|
|
volumeMounts:
|
|
|
|
volumeMounts:
|
|
|
|
- name: lychee-uploads
|
|
|
|
- name: lychee-uploads
|
|
|
|
mountPath: "/lychee/uploads"
|
|
|
|
mountPath: "/pictures"
|
|
|
|
- name: lychee-config
|
|
|
|
- name: lychee-config
|
|
|
|
mountPath: "/lychee/conf"
|
|
|
|
mountPath: "/config"
|
|
|
|
- name: lychee-sym
|
|
|
|
# - name: lychee-sym
|
|
|
|
mountPath: "/lychee/sym"
|
|
|
|
# mountPath: "/lychee/sym"
|
|
|
|
- name: lychee-sqlite
|
|
|
|
- name: lychee-sqlite
|
|
|
|
mountPath: "/lychee/db"
|
|
|
|
mountPath: "/lychee/db"
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|