Skip to content

Commit 92938d4

Browse files
committed
Fixed env variables
1 parent 8850462 commit 92938d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/soketi/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.0.0
18+
version: 1.0.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/soketi/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Install the soketi chart:
2525
```bash
2626
$ helm upgrade soketi \
2727
--install \
28-
--version=1.0.0 \
28+
--version=1.0.1 \
2929
soketi/soketi
3030
```
3131

charts/soketi/templates/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ spec:
113113
{{- toYaml . | nindent 12 }}
114114
{{- end }}
115115
env:
116-
- name: PORT
116+
- name: SOKETI_PORT
117117
value: "6001"
118-
- name: MODE
118+
- name: SOKETI_MODE
119119
value: {{ .Values.app.mode | default "full" }}
120120
{{- with .Values.app.extraEnv }}
121121
{{- toYaml . | nindent 12 }}

0 commit comments

Comments
 (0)