Skip to content

Commit

Permalink
fix: default logs v2 subdomain value
Browse files Browse the repository at this point in the history
  • Loading branch information
exu committed Mar 20, 2024
1 parent 7464b67 commit eeb733f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/testkube-logs-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
global:
# -- Domain under which to create Ingress rules
domain: ""
# -- gRPC API subdomain which get prepended to the domain
grpcApiSubdomain: "logs"
# -- logs gRPC subdomain which get prepended to the default domain when host is not set
logsSubdomain: "logs"
# -- TLS provider (possible values: "", "cert-manager")
certificateProvider: ""
certManager:
Expand Down

0 comments on commit eeb733f

Please sign in to comment.