mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
new cluster
This commit is contained in:
@@ -22,6 +22,8 @@ spec:
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "v0.31.8-ls126"
|
||||
env:
|
||||
APP_URL: https://bookstack.k3s.xpander.ovh/
|
||||
service:
|
||||
port:
|
||||
port: 80
|
||||
@@ -33,11 +35,19 @@ spec:
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "nginx"
|
||||
nginx.ingress.kubernetes.io/whitelist-source-range: 0.0.0.0/0
|
||||
hosts:
|
||||
- host: bookstack.k3s.xpander.ovh
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- "bookstack.k3s.xpander.ovh"
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
existingClaim: bookstack-config
|
||||
valuesFrom:
|
||||
- kind: ConfigMap
|
||||
name: helmrelease-data-bookstack
|
||||
- kind: ConfigMap
|
||||
name: bookstack-helmrelease
|
||||
|
Reference in New Issue
Block a user