mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-15 10:25:13 +01:00
12 lines
197 B
YAML
12 lines
197 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: mc-stable
|
|
annotations:
|
|
"mc-router.itzg.me/externalServerName": "mc.your.domain"
|
|
spec:
|
|
ports:
|
|
- port: 25565
|
|
selector:
|
|
run: mc-stable
|