Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
chore: add an ingress host amd TLS to manage generator.snowdrop.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoulliard committed Dec 20, 2019
1 parent 3075cc7 commit 9674c38
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/k8s/03_ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@ spec:
serviceName: spring-boot-generator
servicePort: 80
path: /
- host: generator.snowdrop.dev
http:
paths:
- backend:
serviceName: spring-boot-generator
servicePort: 80
path: /
tls:
- hosts:
- generator.snowdrop.me
- generator.snowdrop.dev
secretName: generator-snowdrop-me-tls

0 comments on commit 9674c38

Please sign in to comment.