Skip to content

Instantly share code, notes, and snippets.

@xeviknal
Last active November 7, 2019 13:44
Show Gist options
  • Save xeviknal/2573c4e504bcb9b7fda7cd52d5320d64 to your computer and use it in GitHub Desktop.
Save xeviknal/2573c4e504bcb9b7fda7cd52d5320d64 to your computer and use it in GitHub Desktop.
Update Kiali CR
apiVersion: kiali.io/v1alpha1
kind: Kiali
metadata:
name: kiali
annotations:
ansible.operator-sdk/reconcile-period: "0s"
spec:
deployment:
image_version: "v1.9"
accessible_namespaces: [ "**" ]
external_services:
grafana:
url: $GRAFANA_URL
tracing:
service: tracing
url: $JAEGER_URL
in_cluster_url: http://jaeger-query.istio-system:16686
identity:
cert_file: ""
private_key_file: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment