add bunkerweb

This commit is contained in:
2026-01-04 21:59:56 -05:00
parent 3a494b45cd
commit 8a90d23ce0
7 changed files with 112 additions and 4 deletions

View File

@@ -0,0 +1,45 @@
# Here we will setup the values needed to setup BunkerWeb behind an existing ingress controller
# Traffic flow with BW: LB => existing Ingress Controller => BunkerWeb => Service
# Traffic flow without BW: LB => existing Ingress Controller => Service
# Global settings
settings:
misc:
# Replace with your DNS resolver
# to get it: kubectl exec in a random pod then cat /etc/resolv.conf
# if you have an IP as nameserver then do a reverse DNS lookup: nslookup <IP>
# most of the time it's coredns.kube-system.svc.cluster.local or kube-dns.kube-system.svc.cluster.local
# dnsResolvers: "kube-dns.kube-system.svc.cluster.local"
dnsResolvers: "default.svc.cluster.local"
kubernetes:
# We only consider Ingress resources with ingressClass bunkerweb to avoid conflicts with existing ingress controller
ingressClass: "bunkerweb"
# Optional: you can choose namespace(s) where BunkerWeb will listen for Ingress/ConfigMap changes
# Default (blank value) is all namespaces
namespaces: ""
# Override the bunkerweb-external service type to ClusterIP
# Since we don't need to expose it to the outside world
# We will use the existing ingress controller to route traffic to BunkerWeb
service:
type: ClusterIP
# BunkerWeb settings
bunkerweb:
tag: 1.6.6
# Scheduler settings
scheduler:
tag: 1.6.6
extraEnvs:
# Enable real IP module to get real IP of clients
- name: USE_REAL_IP
value: "yes"
# Controller settings
controller:
tag: 1.6.6
# UI settings
ui:
tag: 1.6.6

View File

@@ -1,9 +1,9 @@
---
#kubectl exec -itn nextcloud nextcloud-74898fbb87-zwj78 -c nextcloud -- su -s /bin/bash - www-data
# https://github.com/nextcloud/helm/blob/main/charts/nextcloud/values.yaml
image:
repository: nextcloud
tag: "30.0.15" #https://hub.docker.com/_/nextcloud/tags?page=1&name=28.
tag: "stable" #https://hub.docker.com/_/nextcloud/tags?page=1&name=28.
flavor: apache
# pullSecrets: regcred
@@ -184,3 +184,11 @@ redis:
cronjob:
enabled: true
extraSidecarContainers: []
# - name: nextcloud-logger
# image: busybox
# command: [/bin/sh, -c, 'while ! test -f "/run/nextcloud/data/nextcloud.log"; do sleep 1; done; tail -n+1 -f /run/nextcloud/data/nextcloud.log']
# volumeMounts:
# - name: nextcloud-data
# mountPath: /run/nextcloud/data

View File

@@ -5,7 +5,7 @@
image:
repository: stashapp/stash
tag: v0.29.1
tag: v0.30.1
ingress:
main: