Skip to content

Commit

Permalink
tls secret
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Mar 14, 2024
1 parent a55ac7c commit 77aea67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charts/testkube-logs-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ ingress:
nginx.ingress.kubernetes.io/preserve-trailing-slash: "true"
# -- Common Ingress class name (NGINX is the only officially supported ingress controller and should not be changed)
className: nginx
tlsSecretName: testkube-logs-service-api-tls

grpcIngress:
# -- Toggle whether to enable the gRPC API Ingress
Expand Down Expand Up @@ -81,8 +82,6 @@ api:
apiPort: 9443
# -- Agent gRPCS port
agentPort: 8443
# -- TLS secret name which contains the certificate files
tlsSecret: testkube-logs-service-api-tls
certManager:
# -- Certificate Issuer kind (only used if `provider` is set to `cert-manager`)
issuerKind: ClusterIssuer
Expand Down

0 comments on commit 77aea67

Please sign in to comment.