some tries to get a functioning setup
This commit is contained in:
41
apps/musicassistant/service.yaml
Normal file
41
apps/musicassistant/service.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: musicassistant
|
||||
spec:
|
||||
selector:
|
||||
app: musicassistant
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
name: required-first
|
||||
- port: 443
|
||||
targetPort: 443
|
||||
name: required-second
|
||||
- port: 8097
|
||||
targetPort: 8097
|
||||
name: required-third
|
||||
- port: 8095
|
||||
targetPort: 8095
|
||||
name: required-fourth
|
||||
- port: 1704
|
||||
targetPort: 1704
|
||||
name: required-fifth
|
||||
- port: 1705
|
||||
targetPort: 1705
|
||||
name: required-sixth
|
||||
type: LoadBalancer
|
||||
loadBalancerIP: 192.168.3.5
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: musicassistant-web
|
||||
spec:
|
||||
selector:
|
||||
app: musicassistant
|
||||
ports:
|
||||
- port: 8095
|
||||
targetPort: 8095
|
||||
name: musicassistant-web
|
||||
type: ClusterIP
|
||||
Reference in New Issue
Block a user