examples: adding simple kubernetes example

This commit is contained in:
Dmitry Mishin
2020-02-11 10:45:22 -08:00
committed by GitHub
parent 6eebabdc24
commit 5423a8ae51
4 changed files with 218 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
labels:
service: jvb
name: jvb-udp
namespace: jitsi
spec:
type: NodePort
externalTrafficPolicy: Cluster
ports:
- port: 30300
protocol: UDP
targetPort: 30300
nodePort: 30300
selector:
k8s-app: jitsi