Skip to content

Commit

Permalink
use tls in ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed Jan 26, 2024
1 parent 1c25d8c commit 732a6cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/en/docs/exposing-a-service/ingress.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ spec:
name: example-web-go
port:
number: 5000
tls:
- hosts:
- example-web-go-<namespace>.<appdomain>
3 changes: 3 additions & 0 deletions content/en/docs/scaling/ingress.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ spec:
name: example-web-app
port:
number: 5000
tls:
- hosts:
- example-web-app-<namespace>.<appdomain>

0 comments on commit 732a6cd

Please sign in to comment.