gpu-jupyter/.staroid/skaffold.yaml

19 lines
352 B
YAML
Raw Normal View History

2020-08-03 22:36:59 +00:00
apiVersion: skaffold/v2beta1
kind: Config
build:
artifacts:
- image: jupyter
context: .
custom:
buildCommand: .staroid/build.sh
deploy:
kubectl:
manifests:
2020-08-03 22:48:11 +00:00
- .staroid/k8s.yaml
2020-08-03 22:36:59 +00:00
profiles:
- name: minikube
patches:
- op: add
path: /deploy/kubectl/manifests/0
2020-08-03 22:48:11 +00:00
value: .staroid/minikube.yaml