Skip to main content

WebApp

Tiers

This feature is available for the following tiers: Basic, Standard, Premium.

Packages:

workload.entigo.com/v1alpha1

Resource Types:

WebApp

↩ Parent
NameTypeDescriptionRequired
apiVersionstringworkload.entigo.com/v1alpha1true
kindstringWebApptrue
metadataobjectRefer to the Kubernetes API documentation for the fields of the metadata field.true
specobject
true

WebApp.spec

↩ Parent
NameTypeDescriptionRequired
architecturestring
false
containers[]object
false
imagePullSecrets[]string
false
initContainers[]object
false
kindstring
false
replicasinteger

Format: int32
Default: 1

false
restartPolicyenum

Enum: Always, OnFailure, Never
Default: Always

false

WebApp.spec.containers[index]

↩ Parent
NameTypeDescriptionRequired
namestring
true
registrystring
true
repositorystring
true
command[]string
false
environment[]object
false
exposedPortstring
false
livenessProbeobject
false
resourcesobject
false
services[]object
false
tagstring
false

WebApp.spec.containers[index].environment[index]

↩ Parent
NameTypeDescriptionRequired
namestring
false
secretboolean

Default: false

false
valuestring
false

WebApp.spec.containers[index].livenessProbe

↩ Parent
NameTypeDescriptionRequired
failureThresholdinteger

Format: int32
Default: 3

false
initialDelaySecondsinteger

Format: int32
Default: 0

false
pathstring
false
periodSecondsinteger

Format: int32
Default: 10

false
portstring
false
successThresholdinteger

Format: int32
Default: 1

false
terminationGracePeriodSecondsinteger

Format: int32
Default: 30

false
timeoutSecondsinteger

Format: int32
Default: 1

false

WebApp.spec.containers[index].resources

↩ Parent
NameTypeDescriptionRequired
limitsobject
false

WebApp.spec.containers[index].resources.limits

↩ Parent
NameTypeDescriptionRequired
cpunumber
false
ramnumber
false

WebApp.spec.containers[index].services[index]

↩ Parent
NameTypeDescriptionRequired
namestring
false
portinteger

Format: int32

false
protocolenum

Enum: TCP, SCTP, UDP, GRPC
Default: TCP

false

WebApp.spec.initContainers[index]

↩ Parent
NameTypeDescriptionRequired
namestring
true
registrystring
true
repositorystring
true
command[]string
false
environment[]object
false
livenessProbeobject
false
resourcesobject
false
tagstring
false

WebApp.spec.initContainers[index].environment[index]

↩ Parent
NameTypeDescriptionRequired
namestring
false
secretboolean

Default: false

false
valuestring
false

WebApp.spec.initContainers[index].livenessProbe

↩ Parent
NameTypeDescriptionRequired
failureThresholdinteger

Format: int32
Default: 3

false
initialDelaySecondsinteger

Format: int32
Default: 0

false
pathstring
false
periodSecondsinteger

Format: int32
Default: 10

false
portstring
false
successThresholdinteger

Format: int32
Default: 1

false
terminationGracePeriodSecondsinteger

Format: int32
Default: 30

false
timeoutSecondsinteger

Format: int32
Default: 1

false

WebApp.spec.initContainers[index].resources

↩ Parent
NameTypeDescriptionRequired
limitsobject
false

WebApp.spec.initContainers[index].resources.limits

↩ Parent
NameTypeDescriptionRequired
cpunumber
false
ramnumber
false