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