forked from k-space/kube
Updates and cleanups
This commit is contained in:
11
asterisk/README.md
Normal file
11
asterisk/README.md
Normal 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
|
||||
```
|
@@ -9,9 +9,9 @@ spec:
|
||||
type: LoadBalancer
|
||||
externalTrafficPolicy: Local
|
||||
selector:
|
||||
app: asterisk
|
||||
app: sip
|
||||
ports:
|
||||
- name: sip
|
||||
- name: asterisk
|
||||
protocol: UDP
|
||||
port: 5060
|
||||
---
|
||||
|
Reference in New Issue
Block a user