Skip to content

Instantly share code, notes, and snippets.

@digihunch
Last active April 3, 2022 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save digihunch/2fd0884f5999416c8baf4197ee5790f3 to your computer and use it in GitHub Desktop.
Save digihunch/2fd0884f5999416c8baf4197ee5790f3 to your computer and use it in GitHub Desktop.
apiVersion: kiali.io/v1alpha1
kind: Kiali
metadata:
name: kiali
namespace: kiali-operator
spec:
auth:
openid:
client_id: 9c0c86c0-856l-5l9l-ient-c123d4s5zs67
disable_rbac: true
issuer_uri: https://login.microsoftonline.com/6ehg8erl-9jug-hge4-mk2w-ufi96or43mvw/v2.0
scopes:
- profile
username_claim: upn
strategy: openid
deployment:
accessible_namespaces:
- '**'
image_name: digihunch.azurecr.io/kiali/kiali
image_pull_policy: Always
image_version: v1.45.0
ingress_enabled: false
instance_name: kiali
namespace: istio-system
logger:
log_format: text
log_level: info
sampler_rate: "1"
time_field_format: 2006-01-02T15:04:05Z07:00
external_services:
grafana:
enabled: false
istio:
component_status:
components:
- app_label: istiod
is_core: true
is_proxy: false
- app_label: istio-ingressgateway
is_core: true
is_proxy: true
- app_label: istio-egressgateway
is_core: false
is_proxy: true
enabled: true
config_map_name: istio
istio_deployment_name: istiod
prometheus:
cache_duration: 10
cache_enabled: true
url: http://prometheus.istio-system:9090
server:
web_root: /kiali
tracing:
enabled: false
istio_component_namespaces:
prometheus: istio-system
istio_namespace: istio-system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment