Files
cobblemon-ui/k8s/service.yaml
Alex Mickelson 9a30e499f4
All checks were successful
Build and Deploy / Build & Push Image (push) Successful in 43s
annotations
2026-03-16 18:44:12 -06:00

17 lines
267 B
YAML

apiVersion: v1
kind: Service
metadata:
name: cobblemon-ui
namespace: minecraft
labels:
app: cobblemon-ui
annotations:
tailscale.com/expose: "true"
spec:
selector:
app: cobblemon-ui
ports:
- name: http
port: 80
targetPort: 4000