Skip to content

Commit

Permalink
fix(crd): update conversion webhook port to 9501
Browse files Browse the repository at this point in the history
longhorn/longhorn crds.yaml is already updated.
Correct the port number to avoid any confusion.

Longhorn 9438

Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit committed Sep 11, 2024
1 parent 1a1ab36 commit 5ef03a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ spec:
name: longhorn-conversion-webhook
namespace: longhorn-system
path: /v1/webhook/conversion
port: 9443
port: 9501
conversionReviewVersions:
- v1beta2
- v1beta1
Expand Down
2 changes: 1 addition & 1 deletion k8s/patches/crd/webhook/engineimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ spec:
namespace: longhorn-system
name: longhorn-conversion-webhook
path: /v1/webhook/conversion
port: 9443
port: 9501

0 comments on commit 5ef03a0

Please sign in to comment.