2018-07-26 04:22:00 +00:00
|
|
|
# Copyright 2018 Google LLC
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
2018-06-21 21:02:20 +00:00
|
|
|
apiVersion: skaffold/v1alpha2
|
|
|
|
kind: Config
|
|
|
|
build:
|
2018-06-29 03:18:53 +00:00
|
|
|
tagPolicy:
|
|
|
|
gitCommit: {}
|
2018-06-21 21:02:20 +00:00
|
|
|
artifacts:
|
2018-07-08 00:14:52 +00:00
|
|
|
- imageName: gcr.io/istio-next/emailservice
|
2018-06-21 21:02:20 +00:00
|
|
|
workspace: src/emailservice
|
2018-07-08 00:14:52 +00:00
|
|
|
- imageName: gcr.io/istio-next/productcatalogservice
|
2018-06-21 21:02:20 +00:00
|
|
|
workspace: src/productcatalogservice
|
2018-07-08 00:14:52 +00:00
|
|
|
- imageName: gcr.io/istio-next/recommendationservice
|
2018-06-21 21:02:20 +00:00
|
|
|
workspace: src/recommendationservice
|
2018-07-08 00:14:52 +00:00
|
|
|
- imageName: gcr.io/istio-next/shippingservice
|
2018-06-21 21:02:20 +00:00
|
|
|
workspace: src/shippingservice
|
2018-07-08 00:14:52 +00:00
|
|
|
- imageName: gcr.io/istio-next/checkoutservice
|
2018-06-21 21:02:20 +00:00
|
|
|
workspace: src/checkoutservice
|
2018-07-08 00:14:52 +00:00
|
|
|
- imageName: gcr.io/istio-next/paymentservice
|
2018-06-21 21:22:09 +00:00
|
|
|
workspace: src/paymentservice
|
2018-07-08 00:14:52 +00:00
|
|
|
- imageName: gcr.io/istio-next/currencyservice
|
2018-06-22 23:11:21 +00:00
|
|
|
workspace: src/currencyservice
|
2018-07-08 00:14:52 +00:00
|
|
|
- imageName: gcr.io/istio-next/cartservice
|
2018-06-26 18:01:24 +00:00
|
|
|
workspace: src/cartservice
|
2018-07-08 00:14:52 +00:00
|
|
|
- imageName: gcr.io/istio-next/frontend
|
2018-06-28 23:53:56 +00:00
|
|
|
workspace: src/frontend
|
2018-07-08 00:14:52 +00:00
|
|
|
- imageName: gcr.io/istio-next/loadgenerator
|
2018-06-29 23:35:57 +00:00
|
|
|
workspace: src/loadgenerator
|
2018-06-21 21:02:20 +00:00
|
|
|
deploy:
|
|
|
|
kubectl:
|
|
|
|
manifests:
|
|
|
|
- ./kubernetes-manifests/**.yaml
|