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

14
k8s/service.yaml Normal file
View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: cobblemon-ui
namespace: minecraft
labels:
app: cobblemon-ui
spec:
selector:
app: cobblemon-ui
ports:
- name: http
port: 80
targetPort: 4000