diff --git a/templates/ingress.yaml b/templates/ingress.yaml index 7b22ab1..89d805e 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -23,7 +23,7 @@ metadata: name: typebot-viewer spec: entryPoints: - - {{ .Values.ingress.entrypoint.builder.name }} + - {{ .Values.ingress.entrypoint.viewer.name }} routes: - match: Host(`{{ .Values.ingress.entrypoint.viewer.domain }}`) kind: Rule diff --git a/values.yaml b/values.yaml index 8015f75..7021d6c 100644 --- a/values.yaml +++ b/values.yaml @@ -41,7 +41,7 @@ redis: port: 6379 configuration: - disablesignup: "false" + disablesignup: "true" debug: "false" uploadmaxsize: "10000000" chatAPItimeout: "30000" @@ -59,11 +59,11 @@ ingress: name: traefik smtp: - username: "" + username: "nico@ia86.cc" password: "" - host: "" - port: 25 - secure: false + host: "smtp.protonmail.ch" + port: 587 + secure: true ignore_tls: false auth_disabled: false - next_public_smtp_from: "'Typebot Notifications' " + next_public_smtp_from: "Typebot Notifications"