Skip to content

Commit

Permalink
feat(auth-server): update .env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Jan 10, 2025
1 parent dda7dea commit 9b8d97a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/auth-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: [email protected]
name: Elegant Themes
name: auth-server
version: 1.0.4
version: 1.0.5
2 changes: 2 additions & 0 deletions charts/auth-server/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 2 additions & 0 deletions charts/auth-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9b8d97a

Please sign in to comment.