initial commit
This commit is contained in:
27
namespaces/minecraft/ingress.yml
Normal file
27
namespaces/minecraft/ingress.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: minecraft-ingress
|
||||
namespace: minecraft
|
||||
labels:
|
||||
name: minecraft-ingress
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: mc.keligrubb.com
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
path: "/"
|
||||
backend:
|
||||
service:
|
||||
name: minecraft
|
||||
port:
|
||||
number: 25565
|
||||
- pathType: Prefix
|
||||
path: "/"
|
||||
backend:
|
||||
service:
|
||||
name: minecraft-voice
|
||||
port:
|
||||
number: 24454
|
||||
Reference in New Issue
Block a user