Skip to content

Commit

Permalink
fix domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Mar 14, 2024
1 parent 27bb9c4 commit 00e0633
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ global:
# -- Toggle whether to enable offline license activation in Enterprise mode
enterpriseOfflineAccess: false
# -- Domain under which to create Ingress rules
domain: "enterprise.testkube.dev"
domain: ""
# -- UI subdomain which get prepended to the domain
logsSubdomain: "logs"
# -- UI subdomain which get prepended to the domain
Expand Down Expand Up @@ -290,7 +290,7 @@ testkube-logs-service:
USE_MINIO: true
grpcIngress:
enabled: true
host: logs.enterprise.testkube.dev
host: "logs"
api:
tls:
serveHTTPS: false
Expand Down
4 changes: 2 additions & 2 deletions charts/testkube-logs-service/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ Get gRPC Ingress host
{{- define "testkube-log-service.ingress.grpcHost" -}}
{{- if .Values.grpcIngress.host }}
{{- .Values.grpcIngress.host }}
{{- else if .Values.global.domain }}
{{- printf "%s.%s" .Values.global.grpcApiSubdomain .Values.global.domain }}
{{- else if .Values.global.logsSubdomain }}
{{- printf "%s.%s" .Values.global.logsSubdomain .Values.global.domain }}
{{- end }}
{{- end }}

Expand Down
2 changes: 1 addition & 1 deletion charts/testkube-logs-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
# -- Domain under which to create Ingress rules
domain: ""
# -- gRPC API subdomain which get prepended to the domain
grpcApiSubdomain: "agent"
grpcApiSubdomain: "logs"
# -- TLS provider (possible values: "", "cert-manager")
certificateProvider: ""
certManager:
Expand Down

0 comments on commit 00e0633

Please sign in to comment.