mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 21:09:58 +00:00
14 lines
198 B
YAML
14 lines
198 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: web
|
|
namespace: hoarder
|
|
spec:
|
|
selector:
|
|
app: hoarder-web
|
|
ports:
|
|
- protocol: TCP
|
|
port: 3000
|
|
targetPort: 3000
|
|
type: ClusterIP
|