KubernetesGeneratorConfiguration
No description
type KubernetesGeneratorConfiguration {
containerRegistrySource: ContainerRegistrySource
appId: String!
branchName: String!
productionBranchName: String!
envs: [EnvVar]
appGeneratorVersion: String!
cpuRequest: String
memoryRequest: String
ephemeralStorage: String
dedicated: Boolean
gpuRequest: String
gpuType: String
tpuType: String
tpuTfVersion: String
tpuCores: Int
replicas: Int
autoscaling: AutoscalingData
ports: [PortData]
staticIp: Boolean
hostNetwork: Boolean
endpoint: String
defaultIngressDomain: String
volumes: [VolumeSpec]
secretMounts: [SecretMountData]
deployStrategy: DeployStrategy
preStopSleep: Int
terminationGracePeriodSeconds: Int
startupProbe: ProbeData
livenessProbe: ProbeData
readinessProbe: ProbeData
logShipperType: LogShipperType
betterstackToken: String
datadogApmEnabled: Boolean
datadogHost: String
datadogKey: String
logDnaKey: String
logzToken: String
logzUrl: String
syslogConfig: String
dockerEntrypoint: [String]
dockerCommand: [String]
awsIamRole: String
gcpServiceAccount: String
serviceAccountName: String
annotations: MapString
serviceAnnotations: MapString
nodeSelector: MapString
podSpecPatch: String
legacyRepo: LegacyRepo
}