Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
more work on the kiali operator integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Nov 19, 2019
1 parent d0d4ab6 commit 78d2a80
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
20 changes: 10 additions & 10 deletions data/profiles/default.yaml
Expand Up @@ -690,18 +690,22 @@ spec:
coreDNSTag: 1.6.2
coreDNSPluginImage: istio/coredns-plugin:0.2-istio-1.1

kialiOperator:
enabled: false
namespace: kiali-operator

kiali:
operator:
enabled: false
replicaCount: 1
hub: quay.io/kiali
tag: v1.9
namespace: kiali-operator
enabled: false
replicaCount: 1
hub: quay.io/kiali
tag: v1.9

contextPath: /kiali
nodeSelector: {}
podAntiAffinityLabelSelector: []
podAntiAffinityTermLabelSelector: []
resources: {}
tolerations: []

ingress:
enabled: false
Expand All @@ -711,17 +715,13 @@ spec:
tls:
dashboard:
secretName: kiali
usernameKey: username
passphraseKey: passphrase
viewOnlyMode: false
grafanaURL:
jaegerURL:
prometheusNamespace:
createDemoSecret: false
security:
enabled: false
cert_file: /kiali-cert/cert-chain.pem
private_key_file: /kiali-cert/key.pem

# TODO: derive from operator API
version: ""
Expand Down
8 changes: 5 additions & 3 deletions data/profiles/demo.yaml
Expand Up @@ -107,8 +107,10 @@ spec:
tracing:
enabled: true

kialiOperator:
enabled: true
namespace: kiali-operator

kiali:
operator:
enabled: true
namespace: kiali-operator
enabled: true
createDemoSecret: true

0 comments on commit 78d2a80

Please sign in to comment.