Skip to main content

Reference

ClientIntents example (YAML)

apiVersion: k8s.otterize.com/v1alpha3
kind: ClientIntents
metadata:
name: client
namespace: otterize-tutorial-istio
spec:
service:
name: client
calls:
- name: nginx
type: http
HTTPResources:
- path: /client-path
methods: [ GET ]

Helm Chart options

KeyDescriptionDefault
istiowatcher.enableEnable Istio watcher deployment (beta).false
istiowatcher.repositoryIstio watcher image repository.otterize
istiowatcher.imageIstio watcher image.network-mapper-istio-watcher
istiowatcher.tagIstio watcher image tag.(pinned to latest version as of this Helm chart version's publish)
istiowatcher.pullPolicyIstio watcher pull policy.(none)
istiowatcher.pullSecretsIstio watcher pull secrets.(none)
istiowatcher.resourcesResources override.(none)

View the Helm chart reference for all other options