Skip to content
Snippets Groups Projects
Commit b9605b0f authored by xeruf's avatar xeruf
Browse files

apps: various value fixes for new apps

parent 69590843
No related branches found
No related tags found
No related merge requests found
......@@ -33,9 +33,13 @@ data:
hosts:
- "${n8n_domain}"
secret:
config:
database:
type: sqlite
host: "${n8n_domain}"
port: 443
protocol: https
timezone: "Europe/Berlin"
# TODO Adjust n8n Mailing config
# mailer:
......
......@@ -46,7 +46,7 @@ data:
ISSUE_INDEXER_TYPE: bleve
REPO_INDEXER_ENABLED: true
APP_NAME: "Forge for ${company_name}"
APP_NAME: "Forge for ${org_name}"
repository:
DEFAULT_PUSH_CREATE_PRIVATE: false
ENABLE_PUSH_CREATE_USER: true
......
apiVersion: secretgenerator.mittwald.de/v1alpha1
kind: StringSecret
apiVersion: v1
kind: Secret
metadata:
name: stackspin-calcom-keys
namespace: stackspout
spec:
data:
DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom"
NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}"
NEXTAUTH_SECRET: "${nextauth_secret}"
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
fields: []
stringData:
DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom"
NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}"
NEXTAUTH_SECRET: "${nextauth_secret}"
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
......@@ -70,7 +70,7 @@ data:
- name: MAIL_FROM_ADDRESS
value: "${outgoing_mail_from_address}"
- name: MAIL_FROM_NAME
value: "${business_name}"
value: "${org_name}"
# Missing: invoiceninja OpenID Connect Single Sign-On Configuration
# - name: Stackspin
......
......@@ -6,12 +6,13 @@ metadata:
data:
values.yaml: |
# https://github.com/zammad/zammad-helm/blob/main/zammad/values.yaml
# TODO https://github.com/zammad/zammad-helm/issues/259
commonLabels:
stackspin.net/backupSet: "zammad"
podLabels:
stackspin.net/backupSet: "zammad"
podAnnotations:
backup.velero.io/backup-volumes: "data"
backup.velero.io/backup-volumes: "zammad-var"
ingress:
enabled: true
......@@ -45,11 +46,11 @@ data:
database: "zammad"
postgresPassword: "${postgresql_postgres_password}"
password: "${postgresql_password}"
podAnnotations:
backup.velero.io/backup-volumes: "data"
primary:
persistence:
existingClaim: zammad-postgres
podAnnotations:
backup.velero.io/backup-volumes: "data"
minio:
auth:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment