Skip to content

Commit

Permalink
Fixed env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Aug 17, 2022
1 parent 8850462 commit 92938d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/soketi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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: 1.0.0
version: 1.0.1

# 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
Expand Down
2 changes: 1 addition & 1 deletion charts/soketi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Install the soketi chart:
```bash
$ helm upgrade soketi \
--install \
--version=1.0.0 \
--version=1.0.1 \
soketi/soketi
```

Expand Down
4 changes: 2 additions & 2 deletions charts/soketi/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ spec:
{{- toYaml . | nindent 12 }}
{{- end }}
env:
- name: PORT
- name: SOKETI_PORT
value: "6001"
- name: MODE
- name: SOKETI_MODE
value: {{ .Values.app.mode | default "full" }}
{{- with .Values.app.extraEnv }}
{{- toYaml . | nindent 12 }}
Expand Down

0 comments on commit 92938d4

Please sign in to comment.