Files

7 lines
156 B
YAML
Raw Permalink Normal View History

2026-05-29 16:17:38 +02:00
apiVersion: v1
kind: Service
metadata: { name: otel-quarkus-demo }
spec:
selector: { app: otel-quarkus-demo }
ports: [{ port: 8080, targetPort: 8080 }]