Skip to content

Commit 5137f11

Browse files
committed
Cleanup
1 parent 2f41e00 commit 5137f11

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GITPOD_VERSION="aledbf-insts3.1"
1+
ARG GITPOD_VERSION="main.1962"
22

33
FROM eu.gcr.io/gitpod-core-dev/build/installer:$GITPOD_VERSION as installer
44

lib/gitpod.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,18 @@
11
import {
22
Construct,
33
Stack,
4-
StackProps,
5-
Duration
4+
StackProps
65
} from '@aws-cdk/core';
7-
import { NodejsFunction } from '@aws-cdk/aws-lambda-nodejs';
86

97
import { KubernetesManifest } from '@aws-cdk/aws-eks';
108

119
import { readYamlDocument, loadYaml } from './charts/utils';
12-
//import { Database } from './database';
13-
//import { Registry } from './registry';
1410
import { importCluster } from './charts/cluster-utils';
1511

1612
export interface GitpodProps extends StackProps {
1713
domain: string
1814

1915
certificateArn?: string
20-
21-
//database: Database
22-
//registry: Registry
2316
}
2417

2518
export class GitpodStack extends Stack {

0 commit comments

Comments
 (0)