Initial release
This commit is contained in:
6
k3s/service.yaml
Normal file
6
k3s/service.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata: { name: otel-quarkus-demo }
|
||||
spec:
|
||||
selector: { app: otel-quarkus-demo }
|
||||
ports: [{ port: 8080, targetPort: 8080 }]
|
||||
Reference in New Issue
Block a user