Skip to content

Commit

Permalink
nginx: ingressroute: add tls
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Aug 25, 2024
1 parent 9744047 commit f2a3a0d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion nginx-kpkg/ingressroute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ metadata:
namespace: nginx
spec:
entryPoints:
- web
- websecure
routes:
- match: Host(`bin.kreato.dev`)
kind: Rule
services:
- name: webserver
kind: Service
namespace: nginx
passHostHeader: true
scheme: http
port: 80

tls:
secretName: wildcard-kreato.dev-tls
domains:
- main: bin.kreato.dev

0 comments on commit f2a3a0d

Please sign in to comment.