bunkerweb base working with global mariadb and redis

This commit is contained in:
2026-02-15 16:47:30 -05:00
parent 8141270eda
commit e4bb4902a4
4 changed files with 89 additions and 21 deletions

View File

@@ -0,0 +1,37 @@
# BunkerWeb Settings Secret
# This Secret contains sensitive configuration settings for BunkerWeb.
# Modify the values as needed for your deployment
# Make sure to reference this secret in your Helm values under settings.existingSecret
apiVersion: v1
kind: Secret
metadata:
name: bunkerweb-settings-secret
namespace: bunkerweb
type: Opaque
stringData:
# Database URI for BunkerWeb (SQLAlchemy/PyMySQL format)
# database-uri: "mysql+pymysql://bunkerweb:ajusb&Agsagas2q1@mariadb-bunkerweb.bunkerweb.svc.cluster.local:3306/db?ssl_verify_cert=False"
database-uri: "mysql+pymysql://root:q4890qhhfgq9pfg3q4uyg33@mariadb.mariadb.svc.cluster.local:3306/bunkerweb?ssl_verify_cert=False"
# Redis username (if authentication enabled)
redis-username: ""
# Redis password (required for Redis and Scheduler)
redis-password: ""
# UI Admin credentials
admin-username: "bunker-admin"
admin-password: "rf4g0c#kMKPu9T7p"
# Flask secret key for UI sessions (generate a random string)
flask-secret: "flask-secret-of-the-titans"
# TOTP secrets for 2FA (generate a random string)
totp-secrets: "totp-secrets-of-the-gods"
# BunkerWeb database user
mariadb-user: "root"
# BunkerWeb database password
mariadb-password: "q4890qhhfgq9pfg3q4uyg33"
# BunkerWeb Pro license key
# pro-license-key: "bw-pro-license-key-goes-here"
# API token for accessing BunkerWeb API
# api-token: "my-super-secure-api-bearer-token"
# api username
api-username: "admin"
# api password
api-password: "aiocniow#54ADAeqboisAbas!"