elsa-core/scripts/k8s/elsa-server/service.yaml
Sipke Schoorstra adf36927dc Update Docker and k8s configs, enhance OTEL tracing
Updated `docker-compose-datadog.yml` with new environment variables and updated image versions, enhancing trace sampling and service autodiscovery. Added Kubernetes deployment, service, and role files for `elsa-server`, `elsa-studio`, `plant-uml`, `postgres`, and `trace-lens`, improving the project's infrastructure. Enhanced OpenTelemetry middleware for better error handling and detailed tracing of activity and workflow executions.
2024-09-23 23:35:30 +02:00

13 lines
200 B
YAML

apiVersion: v1
kind: Service
metadata:
name: elsa-server-service
spec:
type: LoadBalancer
sessionAffinity: None
ports:
- port: 8001
targetPort: 8080
selector:
app: elsa-server