Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo in scripts/cspell/project-words.txt #753

Merged
merged 2 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/1.16/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ Starting from version 1.16.0, the Jaeger Operator is able to generate spans rela
- --reporter.grpc.host-port=dns:///jaeger-collector-headless.$(POD_NAMESPACE).svc.cluster.local:14250
ports:
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
```

Expand Down
8 changes: 4 additions & 4 deletions content/docs/1.17/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -701,16 +701,16 @@ The following snippet shows the manual definition you can include in your `conta
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5775
name: zk-compact-trft
name: zk-compact-thrift
protocol: UDP
- containerPort: 5778
name: config-rest
protocol: TCP
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
- containerPort: 6832
name: jg-binary-trft
name: jg-binary-thrift
protocol: UDP
- containerPort: 14271
name: admin-http
Expand Down Expand Up @@ -1142,7 +1142,7 @@ Starting from version 1.16.0, the Jaeger Operator is able to generate spans rela
- --reporter.grpc.host-port=dns:///jaeger-collector-headless.$(POD_NAMESPACE).svc.cluster.local:14250
ports:
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
```

Expand Down
8 changes: 4 additions & 4 deletions content/docs/1.18/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,16 +717,16 @@ The following snippet shows the manual definition you can include in your `conta
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5775
name: zk-compact-trft
name: zk-compact-thrift
protocol: UDP
- containerPort: 5778
name: config-rest
protocol: TCP
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
- containerPort: 6832
name: jg-binary-trft
name: jg-binary-thrift
protocol: UDP
- containerPort: 14271
name: admin-http
Expand Down Expand Up @@ -1158,7 +1158,7 @@ Starting from version 1.16.0, the Jaeger Operator is able to generate spans rela
- --reporter.grpc.host-port=dns:///jaeger-collector-headless.$(POD_NAMESPACE).svc.cluster.local:14250
ports:
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
```

Expand Down
8 changes: 4 additions & 4 deletions content/docs/1.19/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,16 +783,16 @@ The following snippet shows the manual definition you can include in your `conta
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5775
name: zk-compact-trft
name: zk-compact-thrift
protocol: UDP
- containerPort: 5778
name: config-rest
protocol: TCP
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
- containerPort: 6832
name: jg-binary-trft
name: jg-binary-thrift
protocol: UDP
- containerPort: 14271
name: admin-http
Expand Down Expand Up @@ -1226,7 +1226,7 @@ Starting from version 1.16.0, the Jaeger Operator is able to generate spans rela
- --reporter.grpc.host-port=dns:///jaeger-collector-headless.$(POD_NAMESPACE).svc.cluster.local:14250
ports:
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
```

Expand Down
8 changes: 4 additions & 4 deletions content/docs/1.20/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,16 +783,16 @@ The following snippet shows the manual definition you can include in your `conta
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5775
name: zk-compact-trft
name: zk-compact-thrift
protocol: UDP
- containerPort: 5778
name: config-rest
protocol: TCP
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
- containerPort: 6832
name: jg-binary-trft
name: jg-binary-thrift
protocol: UDP
- containerPort: 14271
name: admin-http
Expand Down Expand Up @@ -1226,7 +1226,7 @@ Starting from version 1.16.0, the Jaeger Operator is able to generate spans rela
- --reporter.grpc.host-port=dns:///jaeger-collector-headless.$(POD_NAMESPACE).svc.cluster.local:14250
ports:
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
```

Expand Down
8 changes: 4 additions & 4 deletions content/docs/1.21/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,16 +783,16 @@ The following snippet shows the manual definition you can include in your `conta
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5775
name: zk-compact-trft
name: zk-compact-thrift
protocol: UDP
- containerPort: 5778
name: config-rest
protocol: TCP
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
- containerPort: 6832
name: jg-binary-trft
name: jg-binary-thrift
protocol: UDP
- containerPort: 14271
name: admin-http
Expand Down Expand Up @@ -1226,7 +1226,7 @@ Starting from version 1.16.0, the Jaeger Operator is able to generate spans rela
- --reporter.grpc.host-port=dns:///jaeger-collector-headless.$(POD_NAMESPACE).svc.cluster.local:14250
ports:
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
```

Expand Down
8 changes: 4 additions & 4 deletions content/docs/1.22/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,16 +783,16 @@ The following snippet shows the manual definition you can include in your `conta
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5775
name: zk-compact-trft
name: zk-compact-thrift
protocol: UDP
- containerPort: 5778
name: config-rest
protocol: TCP
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
- containerPort: 6832
name: jg-binary-trft
name: jg-binary-thrift
protocol: UDP
- containerPort: 14271
name: admin-http
Expand Down Expand Up @@ -1226,7 +1226,7 @@ Starting from version 1.16.0, the Jaeger Operator is able to generate spans rela
- --reporter.grpc.host-port=dns:///jaeger-collector-headless.$(POD_NAMESPACE).svc.cluster.local:14250
ports:
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
```

Expand Down
8 changes: 4 additions & 4 deletions content/docs/1.23/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,16 +783,16 @@ The following snippet shows the manual definition you can include in your `conta
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5775
name: zk-compact-trft
name: zk-compact-thrift
protocol: UDP
- containerPort: 5778
name: config-rest
protocol: TCP
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
- containerPort: 6832
name: jg-binary-trft
name: jg-binary-thrift
protocol: UDP
- containerPort: 14271
name: admin-http
Expand Down Expand Up @@ -1226,7 +1226,7 @@ Starting from version 1.16.0, the Jaeger Operator is able to generate spans rela
- --reporter.grpc.host-port=dns:///jaeger-collector-headless.$(POD_NAMESPACE).svc.cluster.local:14250
ports:
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
```

Expand Down
8 changes: 4 additions & 4 deletions content/docs/1.24/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,16 +783,16 @@ The following snippet shows the manual definition you can include in your `conta
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5775
name: zk-compact-trft
name: zk-compact-thrift
protocol: UDP
- containerPort: 5778
name: config-rest
protocol: TCP
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
- containerPort: 6832
name: jg-binary-trft
name: jg-binary-thrift
protocol: UDP
- containerPort: 14271
name: admin-http
Expand Down Expand Up @@ -1226,7 +1226,7 @@ Starting from version 1.16.0, the Jaeger Operator is able to generate spans rela
- --reporter.grpc.host-port=dns:///jaeger-collector-headless.$(POD_NAMESPACE).svc.cluster.local:14250
ports:
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
```

Expand Down
8 changes: 4 additions & 4 deletions content/docs/1.25/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -825,16 +825,16 @@ The following snippet shows the manual definition you can include in your `conta
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5775
name: zk-compact-trft
name: zk-compact-thrift
protocol: UDP
- containerPort: 5778
name: config-rest
protocol: TCP
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
- containerPort: 6832
name: jg-binary-trft
name: jg-binary-thrift
protocol: UDP
- containerPort: 14271
name: admin-http
Expand Down Expand Up @@ -1268,7 +1268,7 @@ Starting from version 1.16.0, the Jaeger Operator is able to generate spans rela
- --reporter.grpc.host-port=dns:///jaeger-collector-headless.$(POD_NAMESPACE).svc.cluster.local:14250
ports:
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
```

Expand Down
8 changes: 4 additions & 4 deletions content/docs/1.26/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -825,16 +825,16 @@ The following snippet shows the manual definition you can include in your `conta
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5775
name: zk-compact-trft
name: zk-compact-thrift
protocol: UDP
- containerPort: 5778
name: config-rest
protocol: TCP
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
- containerPort: 6832
name: jg-binary-trft
name: jg-binary-thrift
protocol: UDP
- containerPort: 14271
name: admin-http
Expand Down Expand Up @@ -1268,7 +1268,7 @@ Starting from version 1.16.0, the Jaeger Operator is able to generate spans rela
- --reporter.grpc.host-port=dns:///jaeger-collector-headless.$(POD_NAMESPACE).svc.cluster.local:14250
ports:
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
```

Expand Down
8 changes: 4 additions & 4 deletions content/docs/1.27/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -825,16 +825,16 @@ The following snippet shows the manual definition you can include in your `conta
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5775
name: zk-compact-trft
name: zk-compact-thrift
protocol: UDP
- containerPort: 5778
name: config-rest
protocol: TCP
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
- containerPort: 6832
name: jg-binary-trft
name: jg-binary-thrift
protocol: UDP
- containerPort: 14271
name: admin-http
Expand Down Expand Up @@ -1268,7 +1268,7 @@ Starting from version 1.16.0, the Jaeger Operator is able to generate spans rela
- --reporter.grpc.host-port=dns:///jaeger-collector-headless.$(POD_NAMESPACE).svc.cluster.local:14250
ports:
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
```

Expand Down
8 changes: 4 additions & 4 deletions content/docs/1.28/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -825,16 +825,16 @@ The following snippet shows the manual definition you can include in your `conta
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5775
name: zk-compact-trft
name: zk-compact-thrift
protocol: UDP
- containerPort: 5778
name: config-rest
protocol: TCP
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
- containerPort: 6832
name: jg-binary-trft
name: jg-binary-thrift
protocol: UDP
- containerPort: 14271
name: admin-http
Expand Down Expand Up @@ -1268,7 +1268,7 @@ Starting from version 1.16.0, the Jaeger Operator is able to generate spans rela
- --reporter.grpc.host-port=dns:///jaeger-collector-headless.$(POD_NAMESPACE).svc.cluster.local:14250
ports:
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
```

Expand Down
8 changes: 4 additions & 4 deletions content/docs/1.29/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -805,16 +805,16 @@ The following snippet shows the manual definition you can include in your `conta
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5775
name: zk-compact-trft
name: zk-compact-thrift
protocol: UDP
- containerPort: 5778
name: config-rest
protocol: TCP
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
- containerPort: 6832
name: jg-binary-trft
name: jg-binary-thrift
protocol: UDP
- containerPort: 14271
name: admin-http
Expand Down Expand Up @@ -1248,7 +1248,7 @@ Starting from version 1.16.0, the Jaeger Operator is able to generate spans rela
- --reporter.grpc.host-port=dns:///jaeger-collector-headless.$(POD_NAMESPACE).svc.cluster.local:14250
ports:
- containerPort: 6831
name: jg-compact-trft
name: jg-compact-thrift
protocol: UDP
```

Expand Down
Loading