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