minecraft port

This commit is contained in:
2026-02-17 16:03:26 +01:00
parent f9899a478b
commit c17c7a21b6
4 changed files with 12 additions and 2 deletions

View File

@@ -36,4 +36,6 @@ spec:
- name: http
containerPort: 80
- name: https
containerPort: 443
containerPort: 443
- name: minecraft
containerPort: 25565

View File

@@ -14,4 +14,7 @@ spec:
- name: https
port: 443
targetPort: 443
- name: minecraft
port: 25565
targetPort: 25565
loadBalancerIP: 192.168.0.201