Expose teamspeak

This commit is contained in:
Aram 🍐 2019-10-26 15:32:16 -04:00
parent 245468e34b
commit 22ac332f75
3 changed files with 11 additions and 5 deletions

View file

@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: udp-services
namespace: ingress-nginx
data:
9987: "public/teamspeak:9987"

View file

@ -10,11 +10,10 @@ metadata:
spec: spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}
ports: ports:
- nodePort: {{ .Values.service.nodePort }} - targetPort: 9987
targetPort: 9987
protocol: UDP protocol: UDP
name: teamspeak-voice name: teamspeak-voice
port: 9987 port: {{ .Values.service.port }}
selector: selector:
app: teamspeak app: teamspeak
release: {{ .Release.Name }} release: {{ .Release.Name }}

View file

@ -6,8 +6,8 @@ image:
podAnnotations: {} podAnnotations: {}
service: service:
type: LoadBalancer type: ClusterIP
nodePort: 30987 port: 9987
resources: resources:
limits: limits: