Skip to content

Commit

Permalink
* [feat]: configure zentaopaas tls logging and adjust helm arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
ysicing committed Sep 11, 2024
1 parent 420f6bc commit 892f469
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/quickon/quickon.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,9 @@ func (m *Meta) Init() error {
}
hostdomain := m.Domain
if kutil.IsLegalDomain(hostdomain) && m.DomainType == "api" {
helmargs = append(helmargs, "--set", "ingress.tls.enabled=true")
helmargs = append(helmargs, "--set", "ingress.tls.secretName=tls-haogs-cn")
m.Log.Debugf("use tls cert for domain %s", hostdomain)
// helmargs = append(helmargs, "--set", "ingress.tls.enabled=true")
// helmargs = append(helmargs, "--set", "ingress.tls.secretName=tls-haogs-cn")
} else {
if m.DevopsMode {
hostdomain = fmt.Sprintf("zentao.%s", hostdomain)
Expand Down

0 comments on commit 892f469

Please sign in to comment.