2022-05-10 23:24:25 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
2022-05-13 23:19:42 +00:00
|
|
|
name: traefik
|
2022-05-10 23:24:25 +00:00
|
|
|
spec:
|
|
|
|
type: LoadBalancer
|
|
|
|
selector:
|
|
|
|
app: traefik
|
|
|
|
ports:
|
|
|
|
- protocol: TCP
|
|
|
|
port: 80
|
|
|
|
name: web
|
|
|
|
targetPort: 80
|
2022-05-15 19:43:31 +00:00
|
|
|
- protocol: TCP
|
|
|
|
port: 443
|
|
|
|
name: websecure
|
|
|
|
targetPort: 443
|
2022-05-10 23:24:25 +00:00
|
|
|
- protocol: TCP
|
|
|
|
port: 8080
|
|
|
|
name: admin
|
|
|
|
targetPort: 8080
|
2022-05-15 17:28:59 +00:00
|
|
|
- protocol: TCP
|
2022-05-10 23:24:25 +00:00
|
|
|
port: 25565
|
2022-05-15 17:28:59 +00:00
|
|
|
name: minecrafttcp
|
2022-05-10 23:24:25 +00:00
|
|
|
targetPort: 25565
|