forked from k-space/kube
asterisk: Disable colored logging and add metrics container port
This commit is contained in:
parent
95597c3103
commit
b0fd37de01
@ -34,9 +34,16 @@ spec:
|
||||
containers:
|
||||
- name: asterisk
|
||||
image: harbor.k-space.ee/k-space/asterisk
|
||||
command:
|
||||
- /usr/sbin/asterisk
|
||||
args:
|
||||
- -TWBpvvvdddf
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /etc/asterisk
|
||||
ports:
|
||||
- containerPort: 8088
|
||||
name: metrics
|
||||
volumes:
|
||||
- name: config
|
||||
secret:
|
||||
|
Loading…
Reference in New Issue
Block a user