forked from kubeshop/kusk-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skaffold.yaml
39 lines (39 loc) · 845 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
31
32
33
34
35
36
37
38
39
apiVersion: skaffold/v4beta1
kind: Config
build:
artifacts:
- image: kubeshop/kusk-gateway
context: .
docker:
dockerfile: build/manager/Dockerfile
platforms:
- linux/amd64
tagPolicy:
sha256: {}
local:
push: false
useBuildkit: true
manifests:
rawYaml:
- /tmp/skaffold/config-crd.yaml
- /tmp/skaffold/config-default.yaml
- /tmp/skaffold/config-map-metallb.yaml
deploy:
kubectl:
hooks:
after:
- host:
command:
- /bin/sh
- -c
- echo 'sleeping for 2 seconds before applying `config/samples/gateway_v1_envoyfleet.yaml`' && sleep 2
kubeContext: kgw
---
apiVersion: skaffold/v4beta1
kind: Config
manifests:
rawYaml:
- config/samples/gateway_v1_envoyfleet.yaml
deploy:
kubectl: {}
kubeContext: kgw