Skip to content

Commit

Permalink
Update SSL_passthrough.md
Browse files Browse the repository at this point in the history
  • Loading branch information
subashd authored Jul 16, 2024
1 parent 39e930f commit b42b782
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions simplified-deployment-usecases/TLS/SSL_passthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ SSL passthrough is enabled for all services or host names provided in the Ingres

To configure SSL passthrough on the Ingress NetScaler, you must define the `ingress.citrix.com/ssl-passthrough:` as shown in the following sample Ingress definition. You must also enable TLS for the host as shown in the example.

```
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
Expand Down Expand Up @@ -53,3 +54,5 @@ metadata:
spec:
controller: citrix.com/ingress-controller
---
```

0 comments on commit b42b782

Please sign in to comment.