Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Update README.md (#285)
Browse files Browse the repository at this point in the history
Co-authored-by: Komal Sukhani <[email protected]>
  • Loading branch information
caroltyk and komalsukhani authored Jul 18, 2023
1 parent 7894e4d commit 0537f52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ helm install mongo tyk-helm/simple-mongodb -n tyk
```

## TLS
You can turn on the tls option under the gateway section in the values.yaml files which will make the gateways listen on port 443 and load up a dummy certificate. You can set your own default certificate by replacing the files in the certs/ folder.
You can turn on the tls option under the gateway section in the values.yaml files which will make the gateways listen on port 443 and load up a dummy certificate. It is recommended that you set your own default certificate by replacing the files in the certs/ folder.

> **Warning**
> The default certificate should not be used in production environments
## Kubernetes Ingress
NB: tyk-k8s has been deprecated. For reference, old documentation may be found here: [Tyk K8s](https://github.com/TykTechnologies/tyk-k8s)
Expand Down

0 comments on commit 0537f52

Please sign in to comment.