Skip to content

Commit

Permalink
Update with latest version of routegroup_crd
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Herrera <[email protected]>
  • Loading branch information
rickhlx committed Jan 8, 2024
1 parent 0e82071 commit 6750482
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions dataclients/kubernetes/deploy/apply/routegroups_crd.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This is a copy of https://github.com/szuecs/routegroup-client/blob/master/zalando.org_routegroups.yaml
# DO NOT EDIT.
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down Expand Up @@ -222,19 +220,23 @@ spec:
items:
properties:
hosts:
description: Host specifies the list of hosts included in the
TLS secret. The values in this list must match the name/s
used in the tlsSecret.
description: TLS hosts specify the list of hosts included in
the TLS secret. The values in this list must match the host
name(s) used for the RouteGroup in order to terminate TLS
for the host(s).
items:
pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?([.][a-z0-9]([-a-z0-9]*[a-z0-9])?)*$"
type: string
minItems: 1
type: array
secretName:
description: SecretName is the name of the secret used to terminate
TLS traffic on port 443. Field is left optional to allow TLS
routing based on SNI hostname alone.
TLS traffic. Secret should reside in the same namespace as
the RouteGroup.
type: string
required:
- hosts
- secretName
type: object
type: array
required:
Expand Down

0 comments on commit 6750482

Please sign in to comment.