apiVersion: container.mom/v1alpha1 kind: ContainerMomDeployment metadata: name: my-awesome-app namespace: customer-123 spec: source: gitUrl: "https://github.com/user/repo" buildConfig: builderImage: "nodejs-16" buildArgs: NODE_ENV: "production" clusters: - us-east-1 - eu-west-1 domain: useWildcard: true # Will use my-awesome-app.container.mom resources: cpu: "1" memory: "1Gi" env: - name: DATABASE_URL value: "postgresql://..." billingTier: "pro"