mirror of
https://github.com/labring/sealos.git
synced 2026-09-24 15:46:19 +08:00
update: devbox deploy.yaml.tmpl to build latest cluster image (#5544)
This commit is contained in:
@@ -2765,6 +2765,44 @@ spec:
|
||||
type: string
|
||||
network:
|
||||
properties:
|
||||
extraPorts:
|
||||
items:
|
||||
description: ContainerPort represents a network port in a single
|
||||
container.
|
||||
properties:
|
||||
containerPort:
|
||||
description: |-
|
||||
Number of port to expose on the pod's IP address.
|
||||
This must be a valid port number, 0 < x < 65536.
|
||||
format: int32
|
||||
type: integer
|
||||
hostIP:
|
||||
description: What host IP to bind the external port to.
|
||||
type: string
|
||||
hostPort:
|
||||
description: |-
|
||||
Number of port to expose on the host.
|
||||
If specified, this must be a valid port number, 0 < x < 65536.
|
||||
If HostNetwork is specified, this must match ContainerPort.
|
||||
Most containers do not need this.
|
||||
format: int32
|
||||
type: integer
|
||||
name:
|
||||
description: |-
|
||||
If specified, this must be an IANA_SVC_NAME and unique within the pod. Each
|
||||
named port in a pod must have a unique name. Name for the port that can be
|
||||
referred to by services.
|
||||
type: string
|
||||
protocol:
|
||||
default: TCP
|
||||
description: |-
|
||||
Protocol for port. Must be UDP, TCP, or SCTP.
|
||||
Defaults to "TCP".
|
||||
type: string
|
||||
required:
|
||||
- containerPort
|
||||
type: object
|
||||
type: array
|
||||
type:
|
||||
enum:
|
||||
- NodePort
|
||||
@@ -2773,6 +2811,10 @@ spec:
|
||||
required:
|
||||
- type
|
||||
type: object
|
||||
nodeSelector:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
resource:
|
||||
additionalProperties:
|
||||
anyOf:
|
||||
@@ -2780,7 +2822,10 @@ spec:
|
||||
- type: string
|
||||
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
|
||||
x-kubernetes-int-or-string: true
|
||||
description: ResourceList is a set of (resource name, quantity) pairs.
|
||||
type: object
|
||||
runtimeClassName:
|
||||
type: string
|
||||
squash:
|
||||
default: false
|
||||
type: boolean
|
||||
@@ -2788,6 +2833,7 @@ spec:
|
||||
enum:
|
||||
- Running
|
||||
- Stopped
|
||||
- Shutdown
|
||||
type: string
|
||||
templateID:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user