Skip to content

Commit 3959f85

Browse files
committed
add PHOTOPRISM_SITE_URL
1 parent 7af97a0 commit 3959f85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

manifests/photoprism/statefullset.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ spec:
2626
value: 0.0.0.0
2727
- name: PHOTOPRISM_HTTP_PORT
2828
value: "2342"
29+
- name: PHOTOPRISM_DISABLE_TLS
30+
value: "true"
31+
- name: "PHOTOPRISM_SITE_URL"
32+
value: "https://fotos.kindersaai.nl"
2933
# Load database DSN & admin password from secret
3034
envFrom:
3135
- secretRef:

0 commit comments

Comments
 (0)