mobitter/skaffold.yaml

28 lines
597 B
YAML

apiVersion: skaffold/v4beta1
kind: Config
build:
artifacts:
- image: harbor.k-space.ee/eaas/mobitter
profiles:
- name: dev
activation:
- command: dev
build:
artifacts:
- image: harbor.k-space.ee/eaas/mobitter
docker:
target: dev
sync:
manual:
- src: 'src/**'
dest: .
deploy:
helm:
releases:
- name: mobitter
chartPath: charts
setValues:
image: harbor.k-space.ee/eaas/mobitter
host: 'playground.k-space.ee'