29 lines
601 B
YAML
29 lines
601 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: traefik-external
|
||
|
labels:
|
||
|
app.kubernetes.io/name: traefik-external
|
||
|
app.kubernetes.io/instance: traefik-external
|
||
|
spec:
|
||
|
type: LoadBalancer
|
||
|
loadBalancerIP: 51.15.80.73
|
||
|
loadBalancerSourceRanges:
|
||
|
- 0.0.0.0/0
|
||
|
selector:
|
||
|
app.kubernetes.io/name: traefik
|
||
|
app.kubernetes.io/instance: traefik
|
||
|
ports:
|
||
|
- port: 25565
|
||
|
name: minecrafttcp
|
||
|
targetPort: "minecrafttcp"
|
||
|
protocol: TCP
|
||
|
- port: 80
|
||
|
name: web
|
||
|
targetPort: "web"
|
||
|
protocol: TCP
|
||
|
- port: 443
|
||
|
name: websecure
|
||
|
targetPort: "websecure"
|
||
|
protocol: TCP
|