KubernetesGeneratorConfigurationInput
No description
input KubernetesGeneratorConfigurationInput {
containerRegistrySource: ContainerRegistrySourceInput
appId: String!
branchName: String!
productionBranchName: String!
envs: [EnvVarInput]
appGeneratorVersion: String!
cpuRequest: String
memoryRequest: String
ephemeralStorage: String
dedicated: Boolean
gpuRequest: String
gpuType: String
tpuType: String
tpuTfVersion: String
tpuCores: Int
replicas: Int
autoscaling: AutoscalingDataInput
ports: [PortDataInput]
staticIp: Boolean
hostNetwork: Boolean
endpoint: String
defaultIngressDomain: String
volumes: [VolumeSpecInput]
secretMounts: [SecretMountDataInput]
deployStrategy: DeployStrategy
preStopSleep: Int
terminationGracePeriodSeconds: Int
startupProbe: ProbeDataInput
livenessProbe: ProbeDataInput
readinessProbe: ProbeDataInput
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
}