Fix certs
This commit is contained in:
parent
663e29ebef
commit
a9dc7658b9
@ -1,3 +1,22 @@
|
|||||||
|
certificate:
|
||||||
|
enabled: true
|
||||||
|
certificate:
|
||||||
|
- name: nrodionov-wildcard
|
||||||
|
secretName: nrodionov-wildcard-tls
|
||||||
|
issuer:
|
||||||
|
kind: ClusterIssuer
|
||||||
|
name: badhouseplants-issuer
|
||||||
|
dnsNames:
|
||||||
|
- nrodionov.info
|
||||||
|
- "*.nrodionov.info"
|
||||||
|
- name: badhouseplants-wildcard
|
||||||
|
secretName: badhouseplants-wildcard-tls
|
||||||
|
issuer:
|
||||||
|
kind: ClusterIssuer
|
||||||
|
name: badhouseplants-issuer
|
||||||
|
dnsNames:
|
||||||
|
- badhouseplants.net
|
||||||
|
- "*.badhouseplants.net"
|
||||||
istio-gateway:
|
istio-gateway:
|
||||||
enabled: true
|
enabled: true
|
||||||
gateways:
|
gateways:
|
||||||
@ -32,7 +51,7 @@ istio-gateway:
|
|||||||
number: 80
|
number: 80
|
||||||
protocol: HTTP2
|
protocol: HTTP2
|
||||||
tls:
|
tls:
|
||||||
httpsRedirect: false
|
httpsRedirect: true
|
||||||
- hosts:
|
- hosts:
|
||||||
- nrodionov.info
|
- nrodionov.info
|
||||||
- dev.nrodionov.info
|
- dev.nrodionov.info
|
||||||
|
@ -185,6 +185,7 @@ templates:
|
|||||||
version: 2.0.0
|
version: 2.0.0
|
||||||
inherit:
|
inherit:
|
||||||
- template: ext-istio-gateway
|
- template: ext-istio-gateway
|
||||||
|
- template: ext-certificate
|
||||||
- template: default-env-values
|
- template: default-env-values
|
||||||
|
|
||||||
istiod: &istiod
|
istiod: &istiod
|
||||||
|
Reference in New Issue
Block a user