Skip to content

@kubricate/stacks / simpleAppTemplate / ISimpleAppStack

Interface: ISimpleAppStack

Properties

env?

ts
optional env: IEnvVar[];

imageName

ts
imageName: string;

imageRegistry?

ts
optional imageRegistry: string;

name

ts
name: string;

namespace?

ts
optional namespace: string;

port?

ts
optional port: number;

replicas?

ts
optional replicas: number;