Skip to content

Commit

Permalink
Fix install.yaml
Browse files Browse the repository at this point in the history
Indentation fix
  • Loading branch information
aLekSer committed Oct 2, 2019
1 parent c64de9f commit 66a613d
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 72 deletions.
36 changes: 18 additions & 18 deletions install/helm/agones/templates/crds/_gameserverspecvalidation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,24 +107,24 @@ properties:
- Error
- Info
- Debug
grpcPort:
title: The port on which the SDK server binds the gRPC server to accept incoming connections
description: |
The default gRPC port in Agones 1.0 was 59357 which is in the ephemeral port range and can
encounter conflicts in rare cases. The default will be changed to 9357 in a future release
of Agones.
type: integer
minimum: 1
maximum: 65535
httpPort:
title: The port on which the SDK server binds the HTTP gRPC gateway server to accept incoming connections
description: |
The default HTTP port in Agones 1.0 was 59358 which is in the ephemeral port range and can
encounter conflicts in rare cases. The default will be changed to 9358 in a future release
of Agones.
type: integer
minimum: 1
maximum: 65535
grpcPort:
title: The port on which the SDK server binds the gRPC server to accept incoming connections
description: |
The default gRPC port in Agones 1.0 was 59357 which is in the ephemeral port range and can
encounter conflicts in rare cases. The default will be changed to 9357 in a future release
of Agones.
type: integer
minimum: 1
maximum: 65535
httpPort:
title: The port on which the SDK server binds the HTTP gRPC gateway server to accept incoming connections
description: |
The default HTTP port in Agones 1.0 was 59358 which is in the ephemeral port range and can
encounter conflicts in rare cases. The default will be changed to 9358 in a future release
of Agones.
type: integer
minimum: 1
maximum: 65535
scheduling:
type: string
enum:
Expand Down
108 changes: 54 additions & 54 deletions install/yaml/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,24 +354,24 @@ spec:
- Error
- Info
- Debug
grpcPort:
title: The port on which the SDK server binds the gRPC server to accept incoming connections
description: |
The default gRPC port in Agones 1.0 was 59357 which is in the ephemeral port range and can
encounter conflicts in rare cases. The default will be changed to 9357 in a future release
of Agones.
type: integer
minimum: 1
maximum: 65535
httpPort:
title: The port on which the SDK server binds the HTTP gRPC gateway server to accept incoming connections
description: |
The default HTTP port in Agones 1.0 was 59358 which is in the ephemeral port range and can
encounter conflicts in rare cases. The default will be changed to 9358 in a future release
of Agones.
type: integer
minimum: 1
maximum: 65535
grpcPort:
title: The port on which the SDK server binds the gRPC server to accept incoming connections
description: |
The default gRPC port in Agones 1.0 was 59357 which is in the ephemeral port range and can
encounter conflicts in rare cases. The default will be changed to 9357 in a future release
of Agones.
type: integer
minimum: 1
maximum: 65535
httpPort:
title: The port on which the SDK server binds the HTTP gRPC gateway server to accept incoming connections
description: |
The default HTTP port in Agones 1.0 was 59358 which is in the ephemeral port range and can
encounter conflicts in rare cases. The default will be changed to 9358 in a future release
of Agones.
type: integer
minimum: 1
maximum: 65535
scheduling:
type: string
enum:
Expand Down Expand Up @@ -642,24 +642,24 @@ spec:
- Error
- Info
- Debug
grpcPort:
title: The port on which the SDK server binds the gRPC server to accept incoming connections
description: |
The default gRPC port in Agones 1.0 was 59357 which is in the ephemeral port range and can
encounter conflicts in rare cases. The default will be changed to 9357 in a future release
of Agones.
type: integer
minimum: 1
maximum: 65535
httpPort:
title: The port on which the SDK server binds the HTTP gRPC gateway server to accept incoming connections
description: |
The default HTTP port in Agones 1.0 was 59358 which is in the ephemeral port range and can
encounter conflicts in rare cases. The default will be changed to 9358 in a future release
of Agones.
type: integer
minimum: 1
maximum: 65535
grpcPort:
title: The port on which the SDK server binds the gRPC server to accept incoming connections
description: |
The default gRPC port in Agones 1.0 was 59357 which is in the ephemeral port range and can
encounter conflicts in rare cases. The default will be changed to 9357 in a future release
of Agones.
type: integer
minimum: 1
maximum: 65535
httpPort:
title: The port on which the SDK server binds the HTTP gRPC gateway server to accept incoming connections
description: |
The default HTTP port in Agones 1.0 was 59358 which is in the ephemeral port range and can
encounter conflicts in rare cases. The default will be changed to 9358 in a future release
of Agones.
type: integer
minimum: 1
maximum: 65535
scheduling:
type: string
enum:
Expand Down Expand Up @@ -943,24 +943,24 @@ spec:
- Error
- Info
- Debug
grpcPort:
title: The port on which the SDK server binds the gRPC server to accept incoming connections
description: |
The default gRPC port in Agones 1.0 was 59357 which is in the ephemeral port range and can
encounter conflicts in rare cases. The default will be changed to 9357 in a future release
of Agones.
type: integer
minimum: 1
maximum: 65535
httpPort:
title: The port on which the SDK server binds the HTTP gRPC gateway server to accept incoming connections
description: |
The default HTTP port in Agones 1.0 was 59358 which is in the ephemeral port range and can
encounter conflicts in rare cases. The default will be changed to 9358 in a future release
of Agones.
type: integer
minimum: 1
maximum: 65535
grpcPort:
title: The port on which the SDK server binds the gRPC server to accept incoming connections
description: |
The default gRPC port in Agones 1.0 was 59357 which is in the ephemeral port range and can
encounter conflicts in rare cases. The default will be changed to 9357 in a future release
of Agones.
type: integer
minimum: 1
maximum: 65535
httpPort:
title: The port on which the SDK server binds the HTTP gRPC gateway server to accept incoming connections
description: |
The default HTTP port in Agones 1.0 was 59358 which is in the ephemeral port range and can
encounter conflicts in rare cases. The default will be changed to 9358 in a future release
of Agones.
type: integer
minimum: 1
maximum: 65535
scheduling:
type: string
enum:
Expand Down

0 comments on commit 66a613d

Please sign in to comment.