Skip to content

Commit

Permalink
make manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Wozniak <[email protected]>
  • Loading branch information
wozniakjan committed Oct 24, 2024
1 parent 73b33a4 commit 3b91689
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/crd/bases/http.keda.sh_httpscaledobjects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,17 @@ spec:
description: The port to route to
format: int32
type: integer
x-kubernetes-validations:
- rule: '!has(self.PortName) && has(self.Port)'
portName:
description: The port to route to referenced by name
type: string
x-kubernetes-validations:
- rule: '!has(self.Port) && has(self.PortName)'
service:
description: The name of the service to route to
type: string
required:
- port
- service
type: object
scaledownPeriod:
Expand Down

0 comments on commit 3b91689

Please sign in to comment.