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

Include externalIngress port in stack definition. #6381

Merged
merged 2 commits into from
Aug 24, 2023
Merged
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
22 changes: 14 additions & 8 deletions cluster/manifests/stackset-controller/01-stack-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,20 @@ spec:
- maxReplicas
- metrics
type: object
# {{ if eq .Cluster.ConfigItems.stackset_ingress_in_stack_crd "true" }}
externalIngress:
description: Stack specific ExternalIngress, based on the parent StackSet
at creation time.
properties:
backendPort:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
required:
- backendPort
type: object
# {{ end }}
# {{ if eq .Cluster.ConfigItems.stackset_legacy_hpa_field_crd_enabled "true" }}
horizontalPodAutoscaler:
description: HorizontalPodAutoscaler is the Autoscaling configuration
Expand Down Expand Up @@ -1290,8 +1304,6 @@ spec:
the key and values.
properties:
key:
description: key is the label key
that the selector applies to.
type: string
operator:
type: string
Expand Down Expand Up @@ -1337,8 +1349,6 @@ spec:
the key and values.
properties:
key:
description: key is the label key
that the selector applies to.
type: string
operator:
type: string
Expand Down Expand Up @@ -1569,8 +1579,6 @@ spec:
the key and values.
properties:
key:
description: key is the label key
that the selector applies to.
type: string
operator:
type: string
Expand Down Expand Up @@ -1616,8 +1624,6 @@ spec:
the key and values.
properties:
key:
description: key is the label key
that the selector applies to.
type: string
operator:
type: string
Expand Down