Files
tessesdotnet/kubernetes/service.yaml
Mike Nolan 475a8b36a1
All checks were successful
Build tesses.net / build-and-push-image (push) Successful in 49s
First commit
2026-05-07 22:47:12 -05:00

13 lines
209 B
YAML

apiVersion: v1
kind: Service
metadata:
name: tessesdotnet
spec:
type: NodePort
selector:
app: tessesdotnet
ports:
- protocol: TCP
port: 30001
targetPort: 4206
nodePort: 30001