sso: set keycloak smtp to postmark
This commit is contained in:
parent
b476f757f4
commit
8ee96e02c4
@ -1,15 +1,15 @@
|
|||||||
# services/keycloak/oneoffs/realm-settings-job.yaml
|
# services/keycloak/oneoffs/realm-settings-job.yaml
|
||||||
# One-off job for sso/keycloak-realm-settings-37.
|
# One-off job for sso/keycloak-realm-settings-38.
|
||||||
# Purpose: keycloak realm settings 37 (see container args/env in this file).
|
# Purpose: keycloak realm settings 38 (see container args/env in this file).
|
||||||
# Run by setting spec.suspend to false, reconcile, then set it back to true.
|
# Run by setting spec.suspend to false, reconcile, then set it back to true.
|
||||||
# Safe to delete the finished Job/pod; it should not run continuously.
|
# Safe to delete the finished Job/pod; it should not run continuously.
|
||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
kind: Job
|
kind: Job
|
||||||
metadata:
|
metadata:
|
||||||
name: keycloak-realm-settings-37
|
name: keycloak-realm-settings-38
|
||||||
namespace: sso
|
namespace: sso
|
||||||
spec:
|
spec:
|
||||||
suspend: true
|
suspend: false
|
||||||
backoffLimit: 0
|
backoffLimit: 0
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
@ -64,7 +64,7 @@ spec:
|
|||||||
- name: KEYCLOAK_REALM
|
- name: KEYCLOAK_REALM
|
||||||
value: atlas
|
value: atlas
|
||||||
- name: KEYCLOAK_SMTP_HOST
|
- name: KEYCLOAK_SMTP_HOST
|
||||||
value: mail.bstein.dev
|
value: smtp.postmarkapp.com
|
||||||
- name: KEYCLOAK_SMTP_PORT
|
- name: KEYCLOAK_SMTP_PORT
|
||||||
value: "587"
|
value: "587"
|
||||||
- name: KEYCLOAK_SMTP_FROM
|
- name: KEYCLOAK_SMTP_FROM
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user