Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dafd0ee

Browse files
committedJan 12, 2025·
Gateway API: add an annotation to control the 15021 status port in the generated Service
1 parent 6e7901d commit dafd0ee

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
 

‎annotation/annotations.gen.go

+14-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎annotation/annotations.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,15 @@ annotations:
544544
resources:
545545
- Gateway
546546

547+
- name: networking.istio.io/service-expose-status-port
548+
featureStatus: Alpha
549+
description: |
550+
Controls whether the 15021 health status port is exposed in the generated `Service` resource when using [Gateway auto-deployment](/docs/tasks/traffic-management/ingress/gateway-api/#automated-deployment)
551+
deprecated: false
552+
hidden: true
553+
resources:
554+
- Gateway
555+
547556
- name: networking.istio.io/traffic-distribution
548557
featureStatus: Alpha
549558
description: |

0 commit comments

Comments
 (0)
Please sign in to comment.