mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
chore(deps): update helm release bookstack to v2
Signed-off-by: Auricom <auricom@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
||||||
chart: bookstack
|
chart: bookstack
|
||||||
version: 1.1.1
|
version: 2.1.1
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: k8s-at-home-charts
|
name: k8s-at-home-charts
|
||||||
@@ -43,27 +43,27 @@ spec:
|
|||||||
DB_USERNAME: bookstack
|
DB_USERNAME: bookstack
|
||||||
DB_PASSWORD: ${SECRET_BOOKSTACK_DB_PASSWORD}
|
DB_PASSWORD: ${SECRET_BOOKSTACK_DB_PASSWORD}
|
||||||
service:
|
service:
|
||||||
port:
|
main:
|
||||||
port: 80
|
|
||||||
annotations:
|
annotations:
|
||||||
prometheus.io/probe: "true"
|
prometheus.io/probe: "true"
|
||||||
prometheus.io/protocol: http
|
prometheus.io/protocol: http
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
main:
|
||||||
annotations:
|
enabled: true
|
||||||
kubernetes.io/ingress.class: "nginx"
|
annotations:
|
||||||
forecastle.stakater.com/expose: "true"
|
kubernetes.io/ingress.class: "nginx"
|
||||||
forecastle.stakater.com/appName: "Bookstack"
|
forecastle.stakater.com/expose: "true"
|
||||||
forecastle.stakater.com/icon: "https://yunohost.org/user/images/logo-bookstack.png?height=80?height=80"
|
forecastle.stakater.com/appName: "Bookstack"
|
||||||
forecastle.stakater.com/network-restricted: "true"
|
forecastle.stakater.com/icon: "https://yunohost.org/user/images/logo-bookstack.png?height=80?height=80"
|
||||||
hosts:
|
forecastle.stakater.com/network-restricted: "true"
|
||||||
- host: bookstack.${SECRET_CLUSTER_DOMAIN}
|
hosts:
|
||||||
paths:
|
- host: bookstack.${SECRET_CLUSTER_DOMAIN}
|
||||||
- path: /
|
paths:
|
||||||
pathType: Prefix
|
- path: /
|
||||||
tls:
|
pathType: Prefix
|
||||||
- hosts:
|
tls:
|
||||||
- "bookstack.${SECRET_CLUSTER_DOMAIN}"
|
- hosts:
|
||||||
|
- "bookstack.${SECRET_CLUSTER_DOMAIN}"
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Reference in New Issue
Block a user