9
0
Fork 0
logmower-shipper-prototype/skaffold.yaml

29 lines
515 B
YAML
Raw Normal View History

2022-11-09 19:30:14 +00:00
apiVersion: skaffold/v3alpha1
kind: Config
metadata:
name: logmower-shipper-prototype
build:
artifacts:
- image: harbor.k-space.ee/lauri/logmower-shipper-prototype
docker:
dockerfile: Dockerfile
deploy:
kubectl: {}
manifests:
rawYaml:
- k8s/staging/deployment.yaml
profiles:
- name: dev
activation:
- command: dev
build:
artifacts:
- image: harbor.k-space.ee/lauri/logmower-shipper-prototype
manifests:
rawYaml:
- k8s/dev/deployment.yaml