Skip to content

Commit

Permalink
✨ osu-notification-server: Add SESSION_PREFIX env var support
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooN committed Aug 20, 2024
1 parent 7fbe9f2 commit acbb1a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osu/osu-notification-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2023.905.0
version: 2024.820.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2023.816.0"
appVersion: "2024.130.0"
3 changes: 3 additions & 0 deletions osu/osu-notification-server/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ stringData:
{{- if .Values.config.redis.notification.port }}
NOTIFICATION_REDIS_PORT: "{{ .Values.config.redis.notification.port }}"
{{- end }}
{{- if .Values.config.laravel.session.prefix }}
SESSION_PREFIX: "{{ .Values.config.laravel.session.prefix }}"
{{- end }}
{{- end }}
2 changes: 2 additions & 0 deletions osu/osu-notification-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ config:
# appKey: "" # required
oauth: {}
# publicKey: "" # required
session:
# prefix: "" # default to empty
redis:
app: {}
# host: "" # required
Expand Down

0 comments on commit acbb1a2

Please sign in to comment.