camera-event-broker/skaffold.yaml
Erki Aas 8183adc15e
All checks were successful
continuous-integration/drone Build is passing
Initial commit
2022-12-12 22:56:14 +02:00

29 lines
500 B
YAML

apiVersion: skaffold/v3
kind: Config
metadata:
name: camtiler-event-broker
build:
artifacts:
- image: harbor.k-space.ee/playground/camtiler-event-broker
docker:
dockerfile: Dockerfile
deploy:
kubectl: {}
manifests:
rawYaml:
- k8s/dev/deployment.yaml
profiles:
- name: dev
activation:
- command: dev
build:
artifacts:
- image: harbor.k-space.ee/playground/camtiler-event-broker
manifests:
rawYaml:
- k8s/dev/deployment.yaml