add support for developing in-cluster with Skaffold (#27)
This commit is contained in:
committed by
GitHub
parent
520d0c79da
commit
6bf14043bb
@@ -0,0 +1,14 @@
|
||||
apiVersion: skaffold/v2beta26
|
||||
kind: Config
|
||||
metadata:
|
||||
name: mc-router
|
||||
build:
|
||||
artifacts:
|
||||
- image: itzg/mc-router
|
||||
# https://skaffold.dev/docs/pipeline-stages/builders/ko/
|
||||
ko:
|
||||
main: ./cmd/mc-router/
|
||||
deploy:
|
||||
kubectl:
|
||||
manifests:
|
||||
- docs/k8s-deployment.yaml
|
||||
Reference in New Issue
Block a user