node-skaffold-example/skaffold.yaml

35 lines
639 B
YAML
Raw Normal View History

2022-11-02 10:58:44 +00:00
apiVersion: skaffold/v3alpha1
kind: Config
metadata:
name: node-skaffold-example
build:
artifacts:
- image: harbor.codemowers.eu/eaas/node-skaffold-example
docker:
dockerfile: Dockerfile
deploy:
kubectl: {}
manifests:
rawYaml:
- k8s/staging/application.yaml
profiles:
- name: dev
activation:
- command: dev
build:
artifacts:
- image: harbor.codemowers.eu/eaas/node-skaffold-example
docker:
target: dev
sync:
manual:
- src: '**/*.js'
dest: .
manifests:
rawYaml:
- k8s/dev/application.yaml