Created
August 26, 2018 12:02
-
-
Save NileshGule/3f1127215955adf7c810212e1a811ff6 to your computer and use it in GitHub Desktop.
Gist for scaffold with qinikube blog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: skaffold/v1alpha2 | |
kind: Config | |
build: | |
artifacts: | |
- imageName: nileshgule/sqlclient | |
workspace: ../src/TechTalksDB | |
- imageName: nileshgule/techtalksweb | |
workspace: ../src/TechTalksWeb | |
- imageName: nileshgule/techtalksapi | |
workspace: ../src/TechTalksAPI | |
deploy: | |
kubectl: | |
manifests: | |
- ../k8s/Minikube/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment