pipeline
Some checks failed
Build and Deploy / Build & Push Image (push) Has been cancelled

This commit is contained in:
2026-03-16 13:08:33 -06:00
parent 43dc14745f
commit eed8e0f659
5 changed files with 187 additions and 9 deletions

18
k8s/ingress.yaml Normal file
View File

@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: cobblemon-ui
namespace: minecraft
spec:
ingressClassName: nginx
rules:
- host: cobblemon.alexmickelson.guru
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: cobblemon-ui
port:
number: 80