mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user