fp/charts/fp/templates-old/loadbalancer.yaml
Chris Grimmett 0fd947c78f
Some checks failed
ci / build (push) Failing after 26s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
add gitea ci
2024-03-28 23:28:02 -08:00

13 lines
206 B
YAML

apiVersion: v1
kind: Service
metadata:
name: loadbalancer
spec:
type: LoadBalancer
selector:
app: next-service
ports:
- protocol: TCP
port: 3000
targetPort: 3000
name: next-service