From 9b8d97a49ea3ae09a75521d09c00bfb336bfe5b2 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Fri, 10 Jan 2025 12:09:41 -0600 Subject: [PATCH] feat(auth-server): update .env variables --- charts/auth-server/Chart.yaml | 2 +- charts/auth-server/templates/secrets.yml | 2 ++ charts/auth-server/values.yaml | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/auth-server/Chart.yaml b/charts/auth-server/Chart.yaml index d94b009..24cdae7 100644 --- a/charts/auth-server/Chart.yaml +++ b/charts/auth-server/Chart.yaml @@ -5,4 +5,4 @@ maintainers: - email: dustin@elegantthemes.com name: Elegant Themes name: auth-server -version: 1.0.4 +version: 1.0.5 diff --git a/charts/auth-server/templates/secrets.yml b/charts/auth-server/templates/secrets.yml index 2ff137d..2471d1d 100644 --- a/charts/auth-server/templates/secrets.yml +++ b/charts/auth-server/templates/secrets.yml @@ -18,4 +18,6 @@ stringData: VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | quote }} JWT_PRIVATE_KEY={{ .Values.JWT_PRIVATE_KEY | b64enc | quote }} JWT_PUBLIC_KEY={{ .Values.JWT_PUBLIC_KEY | b64enc | quote }} + MAILGUN_API_KEY={{ .Values.MAILGUN_API_KEY | quote }} + MAILGUN_API_URL={{ .Values.MAILGUN_API_URL | quote }} diff --git a/charts/auth-server/values.yaml b/charts/auth-server/values.yaml index 922f373..66eb82c 100644 --- a/charts/auth-server/values.yaml +++ b/charts/auth-server/values.yaml @@ -10,6 +10,8 @@ GIT_REF: INSTALL_PATH: JWT_PRIVATE_KEY: JWT_PUBLIC_KEY: +MAILGUN_API_KEY: +MAILGUN_API_URL: MEMORY_LIMIT: REDIS_HOSTNAME: REDIS_NAME: