# EDIT before applying: # APP_URL -> the URL users/HAProxy will hit (must match your Ingress host / HAProxy frontend) # DB_HOST -> your existing in-cluster MySQL Service DNS name # e.g. "mysql" if same namespace, or "mysql..svc.cluster.local" if different apiVersion: v1 kind: ConfigMap metadata: name: bookstack-config namespace: bookstack data: PUID: "1000" PGID: "1000" TZ: "Asia/Kolkata" APP_URL: "https://bookstack.certifi.biz" DB_HOST: "dbs-mysql.db.svc.cluster.local" DB_PORT: "3306" QUEUE_CONNECTION: "database"