minecraft port
This commit is contained in:
4
external/external-controller.yaml
vendored
4
external/external-controller.yaml
vendored
@@ -36,4 +36,6 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
- name: https
|
- name: https
|
||||||
containerPort: 443
|
containerPort: 443
|
||||||
|
- name: minecraft
|
||||||
|
containerPort: 25565
|
||||||
|
|||||||
3
external/service.yaml
vendored
3
external/service.yaml
vendored
@@ -15,4 +15,7 @@ spec:
|
|||||||
- name: https
|
- name: https
|
||||||
port: 443
|
port: 443
|
||||||
targetPort: 443
|
targetPort: 443
|
||||||
|
- name: minecraft
|
||||||
|
port: 25565
|
||||||
|
targetPort: 25565
|
||||||
loadBalancerIP: 192.168.0.202
|
loadBalancerIP: 192.168.0.202
|
||||||
|
|||||||
@@ -36,4 +36,6 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
- name: https
|
- name: https
|
||||||
containerPort: 443
|
containerPort: 443
|
||||||
|
- name: minecraft
|
||||||
|
containerPort: 25565
|
||||||
|
|||||||
@@ -14,4 +14,7 @@ spec:
|
|||||||
- name: https
|
- name: https
|
||||||
port: 443
|
port: 443
|
||||||
targetPort: 443
|
targetPort: 443
|
||||||
|
- name: minecraft
|
||||||
|
port: 25565
|
||||||
|
targetPort: 25565
|
||||||
loadBalancerIP: 192.168.0.201
|
loadBalancerIP: 192.168.0.201
|
||||||
|
|||||||
Reference in New Issue
Block a user