Skip to content

Commit

Permalink
fix: getting back to logs service for local entperise - disabled by d…
Browse files Browse the repository at this point in the history
…efault
  • Loading branch information
exu committed Mar 13, 2024
1 parent a5c8549 commit 48f34a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/testkube-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ dependencies:
- name: testkube-worker-service
version: 1.29.1
repository: file://../testkube-worker-service
- name: testkube-logs-service
version: 1.0.0
repository: file://../testkube-logs-service
condition: testkube-logs-service.enabled
- name: dex
version: 0.15.3
repository: https://charts.dexidp.io
Expand Down
2 changes: 2 additions & 0 deletions charts/testkube-enterprise/local-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,9 @@ testkube-cloud-ui:
# -- Toggle whether to enable redirect Ingress which allows having a different subdomain redirecting to the actual Dashboard UI Ingress URL
ingressRedirect:
enabled: false

testkube-logs-service:
enabled: true
fullnameOverride: testkube-enterprise-logs-service
api:
tls:
Expand Down

0 comments on commit 48f34a8

Please sign in to comment.