some tries to get a functioning setup
This commit is contained in:
86
apps/snapcast/service.yaml
Normal file
86
apps/snapcast/service.yaml
Normal file
@@ -0,0 +1,86 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: snapcast
|
||||
spec:
|
||||
selector:
|
||||
app: snapcast
|
||||
ports:
|
||||
- name: snapcast
|
||||
port: 1704
|
||||
targetPort: 1704
|
||||
protocol: TCP
|
||||
- name: snapcast-ctl
|
||||
port: 1705
|
||||
targetPort: 1705
|
||||
protocol: TCP
|
||||
- name: web
|
||||
port: 1780
|
||||
targetPort: 1780
|
||||
protocol: TCP
|
||||
- name: web-alt
|
||||
port: 1788
|
||||
targetPort: 1788
|
||||
protocol: TCP
|
||||
# - name: airplay-3689
|
||||
# port: 3689
|
||||
# targetPort: 3689
|
||||
# protocol: TCP
|
||||
# - name: airplay-5000
|
||||
# port: 5000
|
||||
# targetPort: 5000
|
||||
# protocol: TCP
|
||||
# - name: airplay-6000
|
||||
# port: 6000
|
||||
# targetPort: 6000
|
||||
# protocol: TCP
|
||||
# - name: airplay-6001
|
||||
# port: 6001
|
||||
# targetPort: 6001
|
||||
# protocol: TCP
|
||||
# - name: airplay-6002
|
||||
# port: 6002
|
||||
# targetPort: 6002
|
||||
# protocol: TCP
|
||||
# - name: airplay-6003
|
||||
# port: 6003
|
||||
# targetPort: 6003
|
||||
# protocol: TCP
|
||||
# - name: airplay-6004
|
||||
# port: 6004
|
||||
# targetPort: 6004
|
||||
# protocol: TCP
|
||||
# - name: airplay-6005
|
||||
# port: 6005
|
||||
# targetPort: 6005
|
||||
# protocol: TCP
|
||||
# - name: airplay-6006
|
||||
# port: 6006
|
||||
# targetPort: 6006
|
||||
# protocol: TCP
|
||||
# - name: airplay-6007
|
||||
# port: 6007
|
||||
# targetPort: 6007
|
||||
# protocol: TCP
|
||||
# - name: airplay-6008
|
||||
# port: 6008
|
||||
# targetPort: 6008
|
||||
# protocol: TCP
|
||||
# - name: airplay-6009
|
||||
# port: 6009
|
||||
# targetPort: 6009
|
||||
# protocol: TCP
|
||||
# - name: airplay-7000
|
||||
# port: 7000
|
||||
# targetPort: 7000
|
||||
# protocol: TCP
|
||||
# - name: airplay-319
|
||||
# port: 319
|
||||
# targetPort: 319
|
||||
# protocol: UDP
|
||||
# - name: airplay-320
|
||||
# port: 320
|
||||
# targetPort: 320
|
||||
# protocol: UDP
|
||||
type: LoadBalancer
|
||||
loadBalancerIP: 192.168.3.5
|
||||
Reference in New Issue
Block a user