deploy/server/service.yaml
Ref: Size: 316 B History
# Cluster-internal, so the published port is the same on both planes and only
# the target follows the plane's HTTP listener.
apiVersion: v1
kind: Service
metadata:
name: eitri-server
namespace: ${NAMESPACE}
spec:
selector: {app: eitri-server}
ports:
- {name: http, port: 8080, targetPort: ${HTTP_PORT}}