Skip to content

Commit b42b782

Browse files
authored
Update SSL_passthrough.md
1 parent 39e930f commit b42b782

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

simplified-deployment-usecases/TLS/SSL_passthrough.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ SSL passthrough is enabled for all services or host names provided in the Ingres
2222

2323
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.
2424

25+
```
2526
apiVersion: networking.k8s.io/v1
2627
kind: Ingress
2728
metadata:
@@ -53,3 +54,5 @@ metadata:
5354
spec:
5455
controller: citrix.com/ingress-controller
5556
---
57+
```
58+

0 commit comments

Comments
 (0)