mirror of
https://github.com/morbalint/kemkas-deployment.git
synced 2026-07-17 22:03:46 +00:00
move over main site to k8s
does `cert-manager` support multiple domains on the same cert or do I need two issuers? Let's find out!
This commit is contained in:
@@ -19,8 +19,19 @@ spec:
|
||||
name: kemkas-service
|
||||
port:
|
||||
number: 8080
|
||||
host: staging.kemkas.hu
|
||||
host: kemkas.hu
|
||||
- http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: kemkas-service
|
||||
port:
|
||||
number: 8080
|
||||
host: app.kemkas.hu
|
||||
tls:
|
||||
- hosts:
|
||||
- staging.kemkas.hu
|
||||
- kemkas.hu
|
||||
- app.kemkas.hu
|
||||
secretName: letsencrypt-kemkas-staging
|
||||
|
||||
Reference in New Issue
Block a user