Skip to content

Commit 0290020

Browse files
committed
chore: start implement werf deploy
1 parent c682134 commit 0290020

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

Diff for: .env

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DOCKERFILE_NAME=aarch64.Dockerfile

Diff for: devenv.nix

+1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@
4646
# };
4747

4848
env.CLICKHOUSE_ADDR = "127.0.0.1:9111";
49+
env.DOCKERFILE_NAME = "aarch64.Dockerfile"; # for local development on mac aarch64
4950
}

Diff for: werf-giterminism.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ giterminismConfigVersion: 1
44
giterminism:
55
config:
66
allowUncommitted: true
7-

Diff for: werf.yaml

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1+
configVersion: 1
12
project: klickhouse-example
23

3-
configVersion: 1
44

55
---
66
image: klickhouse-example
7-
dockerfile: Dockerfile
8-
9-
---
10-
deploy:
11-
helmChartDir: .helm
12-
values:
13-
- .helm/values.yaml
7+
dockerfile: ./x86.Dockerfile
8+
platform:
9+
- linux/amd64

Diff for: Dockerfile renamed to x86.Dockerfile

File renamed without changes.

0 commit comments

Comments
 (0)