disable freeswitch

reported not working and not tracked with anything
This commit is contained in:
2025-07-16 23:14:08 +03:00
parent 6f2220445d
commit 6e6b3743a0
6 changed files with 9 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
```
kubectl -n freeswitch create secret generic freeswitch-passwords --from-file freeswitch/PASSWORDS.xml
```
PASSWORDS.xml is in git.k-space.ee/secretspace/kube:_disabled/freeswitch
freeswitch-sounds was extracted form of http://files.freeswitch.org/releases/sounds/freeswitch-sounds-en-us-callie-32000-1.0.53.tar.gz (with /us/ at root of the volume)

View File

@@ -109,7 +109,7 @@ metadata:
labels:
app: freeswitch
annotations:
reloader.stakater.com/auto: "true"
reloader.stakater.com/auto: "true" # reloader is disabled in cluster, (re)deploy it to use
spec:
replicas: 1
strategy:

View File

@@ -1,3 +0,0 @@
```
kubectl -n freeswitch create secret generic freeswitch-passwords --from-file freeswitch/PASSWORDS.xml
```