Skip to content

Instantly share code, notes, and snippets.

@mad01
Created January 28, 2020 11:20
Show Gist options
  • Save mad01/5910cf37b56471866a3014935dc7ae26 to your computer and use it in GitHub Desktop.
Save mad01/5910cf37b56471866a3014935dc7ae26 to your computer and use it in GitHub Desktop.
apiVersion: skaffold/v2alpha2
kind: Config
build:
artifacts:
- image: gcr.io/container-registry-259614/demo/istio/backend
context: src/backend
- image: gcr.io/container-registry-259614/demo/istio/frontend
context: src/frontend
- image: gcr.io/container-registry-259614/demo/istio/sleep
context: src/sleep
- image: gcr.io/container-registry-259614/demo/istio/httpie
context: src/httpie
tagPolicy:
gitCommit: {}
deploy:
kubectl:
manifests:
# istio api gw demo
- ./k8s-manifests/apigw/*.yaml
- ./k8s-manifests/observer/*.yaml
portForward:
- resourceType: deployment
resourceName: kiali
namespace: istio-system
port: 20001
localPort: 20001
- resourceType: deployment
resourceName: grafana
namespace: istio-system
port: 3000
localPort: 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment