forked from teamhanko/hanko
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskaffold.yaml
More file actions
33 lines (33 loc) · 700 Bytes
/
skaffold.yaml
File metadata and controls
33 lines (33 loc) · 700 Bytes
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
31
32
33
apiVersion: skaffold/v2beta29
kind: Config
metadata:
name: hanko-tenant
build:
artifacts:
- image: ghcr.io/teamhanko/hanko
context: backend
docker:
dockerfile: Dockerfile
- image: ghcr.io/teamhanko/hanko/quickstart
context: quickstart
docker:
dockerfile: Dockerfile
- image: ghcr.io/teamhanko/hanko/elements
context: frontend
docker:
dockerfile: Dockerfile
deploy:
kustomize:
paths:
- deploy/k8s/overlays/quickstart
profiles:
- name: quickstart
deploy:
kustomize:
paths:
- deploy/k8s/overlays/quickstart
- name: thirdparty-x-domain
deploy:
kustomize:
paths:
- deploy/k8s/overlays/thirdparty-x-domain