parent
41503c56f3
commit
ca0fccb2bf
@ -1,49 +0,0 @@ |
|||||||
#version: kafka-ui, 1.5.1 |
|
||||||
image: |
|
||||||
registry: docker.io |
|
||||||
repository: wbsong111/kafka-ui |
|
||||||
tag: "v1.3.0" |
|
||||||
pullPolicy: IfNotPresent |
|
||||||
yamlApplicationConfig: |
|
||||||
kafka: |
|
||||||
clusters: |
|
||||||
- name: kafka-cluster |
|
||||||
bootstrapServers: SASL_PLAINTEXT://kafka-cluster-kafka-tls-bootstrap.kafka-cluster.svc.cluster.local:9093 |
|
||||||
properties: |
|
||||||
security.protocol: SASL_PLAINTEXT |
|
||||||
sasl.mechanism: OAUTHBEARER |
|
||||||
sasl.jaas.config: | |
|
||||||
org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule required |
|
||||||
oauth.token.endpoint.uri="https://keycloak.gke.paasup.io/realms/paasup/protocol/openid-connect/token" |
|
||||||
oauth.client.id="service-demo01-kafka-common" |
|
||||||
oauth.client.secret="29e235a7-c6db-4879-ba96-b69fd873a822"; |
|
||||||
sasl.login.callback.handler.class: "io.strimzi.kafka.oauth.client.JaasClientOauthLoginCallbackHandler" |
|
||||||
auth: |
|
||||||
type: disabled |
|
||||||
|
|
||||||
management: |
|
||||||
health: |
|
||||||
ldap: |
|
||||||
enabled: false |
|
||||||
|
|
||||||
volumes: |
|
||||||
- name: truststore |
|
||||||
secret: |
|
||||||
secretName: truststore |
|
||||||
|
|
||||||
volumeMounts: |
|
||||||
- name: truststore |
|
||||||
mountPath: /etc/kafka/secrets |
|
||||||
readOnly: true |
|
||||||
|
|
||||||
ingress: |
|
||||||
enabled: true |
|
||||||
annotations: |
|
||||||
cert-manager.io/cluster-issuer: "root-ca-issuer" |
|
||||||
cert-manager.io/duration: 8760h |
|
||||||
cert-manager.io/renew-before: 720h |
|
||||||
kubernetes.io/ingress.class: kong |
|
||||||
host: "demo01-kafka-ui5.gke.paasup.io" |
|
||||||
tls: |
|
||||||
enabled: true |
|
||||||
secretName: "demo01-kafka-ui5-tls-secret" |
|
||||||
Loading…
Reference in new issue