Skip to content

Commit

Permalink
test: simplify test 39-4
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsingerus committed Jan 31, 2023
1 parent d3e1221 commit ed38e54
Showing 1 changed file with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit ed38e54

Please sign in to comment.