Skip to content

Commit

Permalink
Merge branch 'master' into yinliang/modify-br-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielZhangQD committed Mar 23, 2020
2 parents 5b66518 + b8ed43e commit 6aea916
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions charts/tidb-cluster/templates/tidb-initializer-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ spec:
fi
done
echo "info: successfully connected to $host:$port, able to initialize TiDB now"
resources:
{{ toYaml .Values.tidb.initializer.resources | indent 10 }}
containers:
- name: mysql-client
image: {{ .Values.mysqlClient.image }}
Expand Down
12 changes: 6 additions & 6 deletions charts/tidb-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,12 +448,12 @@ tidb:

initializer:
resources: {}
# limits:
# cpu: 100m
# memory: 100Mi
# requests:
# cpu: 100m
# memory: 100Mi
# limits:
# cpu: 100m
# memory: 100Mi
# requests:
# cpu: 100m
# memory: 100Mi

# tidb plugin configuration
plugin:
Expand Down
2 changes: 1 addition & 1 deletion deploy/modules/aliyun/tidb-operator/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
terraform {
required_version = ">= 0.12"
required_providers {
alicloud = "~> 1.56"
alicloud = ">= 1.56, < 1.75"
external = "~> 1.2"
helm = "~> 0.10"
null = "~> 2.1"
Expand Down

0 comments on commit 6aea916

Please sign in to comment.