forked from polis-digifinland/polis-digifinland
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskaffold.yaml
30 lines (30 loc) · 810 Bytes
/
skaffold.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
apiVersion: skaffold/v2beta28
kind: Config
metadata:
name: polis
build:
local:
useBuildkit: true
push: false
artifacts:
- image: docker.io/compdem/polis-file-server
context: ./polis
docker:
dockerfile: ./polis/file-server/Dockerfile
- image: docker.io/compdem/polis-math
context: ./polis/math
docker:
dockerfile: ./polis/math/Dockerfile
- image: docker.io/compdem/polis-server
context: ./polis/server
docker:
dockerfile: ./polis/server/Dockerfile
deploy:
kubectl:
manifests:
- manifests/local/polis-server-secret-example.yaml
- manifests/local/polis-math-secret-example.yaml
- manifests/local/polis-file-server.yaml
- manifests/local/polis-math.yaml
- manifests/local/polis-server.yaml
- manifests/local/postgres.yaml