Skip to main content

Reference

ClientIntents example (YAML)

apiVersion: k8s.otterize.com/v2beta1
kind: ClientIntents
metadata:
name: client
namespace: otterize-tutorial-istio
spec:
workload:
name: client
kind: Deployment
targets:
- service:
name: nginx
http:
- 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