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

17 lines
248 B
YAML

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