Skip to content

Commit

Permalink
Remove unused constants for ProxySQL
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Sep 3, 2020
1 parent 152cef5 commit b99048f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apis/kubedb/v1alpha1/constants.go
Expand Up @@ -88,11 +88,9 @@ const (
LabelProxySQLName = ProxySQLKey + "/name"
LabelProxySQLLoadBalance = ProxySQLKey + "/load-balance"

ProxySQLUserKey = "proxysqluser"
ProxySQLPasswordKey = "proxysqlpass"
ProxySQLMySQLNodePort = 6033
ProxySQLAdminPort = 6032
ProxySQLAdminPortName = "proxyadm"
ProxySQLAdminPortName = "admin"
ProxySQLDataMountPath = "/var/lib/proxysql"
ProxySQLCustomConfigMountPath = "/etc/custom-config"

Expand Down

0 comments on commit b99048f

Please sign in to comment.