Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
skaffold-dev.yaml 742 Bytes
Copy Edit Raw Blame History
Allen authored 2018-10-19 17:36 . 增加dev环境
apiVersion: skaffold/v1alpha2
kind: Config
build:
tagPolicy:
envTemplate:
template: "{{.DOCKER_REGISTRY}}/{{.ORG}}/ms-gateway:{{.VERSION}}"
artifacts:
- imageName: "ms-gateway"
workspace: .
docker:
dockerfilePath: src/main/docker/dockerfile-k8s-dev
local: {}
deploy:
kubectl:
manifests:
profiles:
- name: dev
build:
tagPolicy:
envTemplate:
template: "{{.DOCKER_REGISTRY}}/{{.ORG}}/ms-gateway:{{.DIGEST_HEX}}"
artifacts:
- docker: {}
local: {}
deploy:
helm:
releases:
- name: ms-gateway
chartPath: charts/ms-gateway
setValueTemplates:
image.repository: "{{.DOCKER_REGISTRY}}/{{.ORG}}/ms-gateway"
image.tag: "{{.TAG}}"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化