|
|
@ -16,19 +16,21 @@ spec:
|
|
|
|
app: lychee
|
|
|
|
app: lychee
|
|
|
|
spec:
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
containers:
|
|
|
|
- image: linuxserver/lychee:5.1.2
|
|
|
|
- image: lycheeorg/lychee:v5.1.2
|
|
|
|
name: lychee
|
|
|
|
name: lychee
|
|
|
|
volumeMounts:
|
|
|
|
volumeMounts:
|
|
|
|
- name: lychee-uploads
|
|
|
|
- name: lychee-uploads
|
|
|
|
mountPath: "/pictures"
|
|
|
|
mountPath: "/lychee/uploads"
|
|
|
|
- name: lychee-config
|
|
|
|
- name: lychee-config
|
|
|
|
mountPath: "/config"
|
|
|
|
mountPath: "/lychee/conf"
|
|
|
|
|
|
|
|
- name: lychee-sym
|
|
|
|
|
|
|
|
mountPath: "/lychee/sym"
|
|
|
|
- name: lychee-sqlite
|
|
|
|
- name: lychee-sqlite
|
|
|
|
mountPath: "/lychee/db"
|
|
|
|
mountPath: "/lychee/db"
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- containerPort: 80
|
|
|
|
- containerPort: 80
|
|
|
|
name: http
|
|
|
|
name: http
|
|
|
|
protocol: TCP
|
|
|
|
protocol: TCP
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
- name: PHP_TZ
|
|
|
|
- name: PHP_TZ
|
|
|
|
value: Europe/Berlin
|
|
|
|
value: Europe/Berlin
|
|
|
@ -43,7 +45,7 @@ spec:
|
|
|
|
- name: APP_FORCE_HTTPS
|
|
|
|
- name: APP_FORCE_HTTPS
|
|
|
|
value: "true"
|
|
|
|
value: "true"
|
|
|
|
- name: TRUSTED_PROXIES
|
|
|
|
- name: TRUSTED_PROXIES
|
|
|
|
value: "*"
|
|
|
|
value: '167.235.111.84,10.0.0.254'
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- name: lychee-sym
|
|
|
|
- name: lychee-sym
|
|
|
|
persistentVolumeClaim:
|
|
|
|
persistentVolumeClaim:
|
|
|
|