This commit is contained in:
Morten Olsen
2025-11-03 17:08:25 +01:00
parent 155c6b6702
commit 2c399e26f4
2 changed files with 11 additions and 5 deletions

View File

@@ -18,6 +18,12 @@ spec:
- name: "{{ .Release.Name }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: "{{ .Values.image.pullPolicy }}"
command:
- /usr/bin/signal-cli
args:
- --config=/home/.local/share/signal-cli
- daemon
- --http=0.0.0.0:8080
ports:
- name: http
containerPort: 8080