From ad85591e88b7f0ced670681f479dae2def2aec19 Mon Sep 17 00:00:00 2001 From: system Date: Tue, 28 Oct 2025 08:12:17 +0000 Subject: [PATCH] Delete dir demo01-kafka-ui4 --- demo01-kafka-ui4/values.yaml | 52 ------------------------------------ 1 file changed, 52 deletions(-) delete mode 100644 demo01-kafka-ui4/values.yaml diff --git a/demo01-kafka-ui4/values.yaml b/demo01-kafka-ui4/values.yaml deleted file mode 100644 index 6dcd972..0000000 --- a/demo01-kafka-ui4/values.yaml +++ /dev/null @@ -1,52 +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="86e48217-526d-47bf-be75-3de3351f3ddb" - oauth.ssl.truststore.location="/etc/kafka/secrets/truststore.jks" - oauth.ssl.truststore.password="kafka"; - 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 - konghq.com/protocols: https - host: "demo01-kafka-ui4.gke.paasup.io" - tls: - enabled: true - secretName: "demo01-kafka-ui4-tls-secret" \ No newline at end of file