Enable HTTPS URL for BookStack
This commit is contained in:
@@ -38,7 +38,7 @@ spec:
|
||||
- name: TZ
|
||||
value: "America/Indiana/Indianapolis"
|
||||
- name: APP_URL
|
||||
value: "http://docs.home.lan"
|
||||
value: "https://docs.home.lan"
|
||||
- name: APP_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
@@ -3,8 +3,14 @@ kind: Ingress
|
||||
metadata:
|
||||
name: bookstack
|
||||
namespace: bookstack
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: home-lab-ca
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts:
|
||||
- docs.home.lan
|
||||
secretName: docs-home-lan-tls
|
||||
rules:
|
||||
- host: docs.home.lan
|
||||
http:
|
||||
|
||||
Reference in New Issue
Block a user