From ed38e540e88d4c446855fed4a1f1da564ca158bb Mon Sep 17 00:00:00 2001 From: Vladislav Klimenko Date: Wed, 1 Feb 2023 00:32:16 +0300 Subject: [PATCH] test: simplify test 39-4 --- .../test-039-4-communications-with-secret.yaml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/tests/e2e/manifests/chi/test-039-4-communications-with-secret.yaml b/tests/e2e/manifests/chi/test-039-4-communications-with-secret.yaml index fca1db8e5..4794b9d3b 100644 --- a/tests/e2e/manifests/chi/test-039-4-communications-with-secret.yaml +++ b/tests/e2e/manifests/chi/test-039-4-communications-with-secret.yaml @@ -16,12 +16,11 @@ spec: - name: "default" secure: "yes" secret: - auto: "true" + auto: "yes" layout: shardsCount: 2 replicasCount: 1 templates: - hostTemplate: host-template podTemplate: pod-template settings: tcp_port: 9000 # keep for localhost @@ -121,24 +120,9 @@ spec: q0M0PPsm7i5RlwLcUjkLY3HZpPQKBl5eMxQhnoNjxLW6NM5SKhKI5AsCAQI= -----END DH PARAMETERS----- templates: - hostTemplates: - - name: host-template - spec: - tcpPort: 9440 # goes to remote-servers.xml for secure connection, that should be triggered automatically by 'secure' flag podTemplates: - name: pod-template spec: containers: - name: clickhouse-pod image: clickhouse/clickhouse-server:22.8 - ports: - - name: http - containerPort: 8123 # required for healthchecks - - name: https - containerPort: 8443 - - name: client - containerPort: 9000 # required for clickhouse-client on localhost if we want to keep it - - name: secureclient - containerPort: 9440 - - name: interserver - containerPort: 9009