mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-21 11:25:41 +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
|