Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Shiori <[email protected]>
  • Loading branch information
KanShiori committed Mar 7, 2022
1 parent 83d5e02 commit 7181466
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ spec:
version: 1.3.1
replaces: tidb-operator.v1.1.7
skips: []
minKubeVersion: 1.16.0
keywords:
- TiDB
- SQL
Expand Down Expand Up @@ -565,16 +566,9 @@ spec:
requests:
cpu: 80m
memory: 50Mi
livenessProbe:
tcpSocket:
port: 6060
initialDelaySeconds: 30
periodSeconds: 10
failureThreshold: 10
command:
- /usr/local/bin/tidb-controller-manager
- >-
-tidb-backup-manager-image=pingcap/tidb-backup-manager:v1.3.1
- '-tidb-backup-manager-image=pingcap/tidb-backup-manager:v1.3.1'
- '-tidb-discovery-image=pingcap/tidb-operator:v1.3.1'
- '-cluster-scoped=true'
- '-cluster-permission-node=true'
Expand Down

0 comments on commit 7181466

Please sign in to comment.