fix: correct typo in Jaeger K8s service name

- rename `jaeger-serivce` to `jaeger-service` in jaeger-service.yaml
This commit is contained in:
douxu 2026-06-08 17:05:21 +08:00
parent 195150d9b1
commit c4e892f1c7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: jaeger-serivce name: jaeger-service
labels: labels:
app: jaeger app: jaeger
spec: spec: