fischerX/infra/k8s/services/web-service.yaml

17 lines
248 B
YAML

apiVersion: v1
kind: Service
metadata:
name: fischerx-web
namespace: fischerx
labels:
app: fischerx-web
spec:
selector:
app: fischerx-web
ports:
- port: 80
targetPort: 3000
protocol: TCP
name: http
type: ClusterIP