diff --git a/pkg/eventshub/eventshub_test.go b/pkg/eventshub/eventshub_test.go index 131857f4..bf6a920e 100644 --- a/pkg/eventshub/eventshub_test.go +++ b/pkg/eventshub/eventshub_test.go @@ -63,6 +63,7 @@ func Example() { // app: eventshub-hubhub // ports: // - protocol: TCP + // name: http // port: 80 // targetPort: 8080 // --- @@ -136,6 +137,7 @@ func ExampleIstioAnnotation() { // app: eventshub-hubhub // ports: // - protocol: TCP + // name: http // port: 80 // targetPort: 8080 // --- @@ -209,6 +211,7 @@ func ExampleNoReadiness() { // app: eventshub-hubhub // ports: // - protocol: TCP + // name: http // port: 80 // targetPort: 8080 // ---