fix: add direct IngressRoutes for nginx-stable and nginx-canary subdomains #5
12
apps/nginx-canary/certificate.yaml
Normal file
12
apps/nginx-canary/certificate.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: nginx-canary-tls
|
||||
namespace: nginx-canary
|
||||
spec:
|
||||
secretName: nginx-canary-tls
|
||||
issuerRef:
|
||||
name: letsencrypt-http
|
||||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- nginx-canary.thedevops.dev
|
||||
Reference in New Issue
Block a user