Hierarchy

Properties

adminWebsocket: Object
apiImage: {
    pullPolicy: "Always" | "Never" | "IfNotPresent";
    repository: string;
    tag: string;
}

Type declaration

  • pullPolicy: "Always" | "Never" | "IfNotPresent"
  • repository: string
  • tag: string
asgi: Object
celery: Record<string, objectOutputType<{
    image: ZodOptional<ZodObject<{
        pullPolicy: ZodEnum<["Always", "Never", "IfNotPresent"]>;
        repository: ZodString;
        tag: ZodDefault<ZodString>;
    }, "strip", ZodTypeAny, {
        pullPolicy: "Always" | "Never" | "IfNotPresent";
        repository: string;
        tag: string;
    }, {
        pullPolicy: "Always" | "Never" | "IfNotPresent";
        repository: string;
        tag?: string;
    }>>;
    scaling: ZodObject<{
        cpuUtilPercent: ZodDefault<ZodNumber>;
        maxReplicas: ZodDefault<ZodNumber>;
        memUtilPercent: ZodDefault<ZodNumber>;
        minReplicas: ZodOptional<ZodNumber>;
    }, "passthrough", ZodTypeAny, objectOutputType<{
        cpuUtilPercent: ZodDefault<ZodNumber>;
        maxReplicas: ZodDefault<ZodNumber>;
        memUtilPercent: ZodDefault<ZodNumber>;
        minReplicas: ZodOptional<ZodNumber>;
    }, ZodTypeAny, "passthrough">, objectInputType<{
        cpuUtilPercent: ZodDefault<ZodNumber>;
        maxReplicas: ZodDefault<ZodNumber>;
        memUtilPercent: ZodDefault<ZodNumber>;
        minReplicas: ZodOptional<ZodNumber>;
    }, ZodTypeAny, "passthrough">>;
    spread: ZodDefault<ZodBoolean>;
}, ZodTypeAny, "passthrough"> | objectOutputType<{
    image: ZodOptional<ZodObject<{
        pullPolicy: ZodEnum<["Always", "Never", "IfNotPresent"]>;
        repository: ZodString;
        tag: ZodDefault<ZodString>;
    }, "strip", ZodTypeAny, {
        pullPolicy: "Always" | "Never" | "IfNotPresent";
        repository: string;
        tag: string;
    }, {
        pullPolicy: "Always" | "Never" | "IfNotPresent";
        repository: string;
        tag?: string;
    }>>;
    replicaCount: ZodNumber;
    spread: ZodDefault<ZodBoolean>;
}, ZodTypeAny, "passthrough">>
celeryBeat: Object
domainName: string
ingressAnnotations: Record<string, string>
namespace: string
sync: undefined | {
    image?: { repository: string; tag: string; pullPolicy: "Always" | "Never" | "IfNotPresent"; };
    schedule: { minute?: string | undefined; hour?: string | undefined; day?: string | undefined; month?: string | undefined; weekDay?: string | undefined; };
    sourceDsn: null | string;
    target: { bastionHost: string; bastionKey: string; databaseDsn: string; dev: boolean; };
}

Type declaration

  • Optional image?: { repository: string; tag: string; pullPolicy: "Always" | "Never" | "IfNotPresent"; }
  • schedule: { minute?: string | undefined; hour?: string | undefined; day?: string | undefined; month?: string | undefined; weekDay?: string | undefined; }
  • sourceDsn: null | string
  • target: { bastionHost: string; bastionKey: string; databaseDsn: string; dev: boolean; }
webImage: {
    pullPolicy: "Always" | "Never" | "IfNotPresent";
    repository: string;
    tag: string;
}

Type declaration

  • pullPolicy: "Always" | "Never" | "IfNotPresent"
  • repository: string
  • tag: string
wsgi: Object

Generated using TypeDoc