Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2023-10-25) (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 25, 2023
1 parent 9deec34 commit 436df9f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dist/integration_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ kafka_mirrormaker:
description: The maximum request size in bytes.
type: integer
minimum: 0
maximum: 6.7108864e+07
maximum: 2.68435456e+08
example: "1048576"
logs:
type: object
Expand Down
12 changes: 12 additions & 0 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ clickhouse:
title: Allow clients to connect to clickhouse_https with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations
type: boolean
example: true
clickhouse_mysql:
title: Allow clients to connect to clickhouse_mysql with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations
type: boolean
example: true
prometheus:
title: Allow clients to connect to prometheus with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations
type: boolean
Expand All @@ -206,6 +210,10 @@ clickhouse:
title: Enable clickhouse_https
type: boolean
example: true
clickhouse_mysql:
title: Enable clickhouse_mysql
type: boolean
example: true
prometheus:
title: Enable prometheus
type: boolean
Expand All @@ -230,6 +238,10 @@ clickhouse:
title: Allow clients to connect to clickhouse_https from the public internet for service nodes that are in a project VPC or another type of private network
type: boolean
example: true
clickhouse_mysql:
title: Allow clients to connect to clickhouse_mysql from the public internet for service nodes that are in a project VPC or another type of private network
type: boolean
example: true
prometheus:
title: Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network
type: boolean
Expand Down

0 comments on commit 436df9f

Please sign in to comment.