Updates and cleanups

This commit is contained in:
2023-08-29 09:29:36 +03:00
parent 4fa554da57
commit b11ac8bcae
42 changed files with 254 additions and 297 deletions

11
asterisk/README.md Normal file
View File

@@ -0,0 +1,11 @@
# Asterisk
Asterisk is used as
This application is managed by [ArgoCD](https://argocd.k-space.ee/applications/argocd/asterisk)
Should ArgoCD be down manifests here can be applied with:
```
kubectl apply -n asterisk -f application.yaml
```

View File

@@ -9,9 +9,9 @@ spec:
type: LoadBalancer
externalTrafficPolicy: Local
selector:
app: asterisk
app: sip
ports:
- name: sip
- name: asterisk
protocol: UDP
port: 5060
---