Fix certs

This commit is contained in:
Nikolai Rodionov 2023-12-07 13:34:01 +01:00
parent 663e29ebef
commit a9dc7658b9
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10
2 changed files with 21 additions and 1 deletions

View File

@ -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:
enabled: true
gateways:
@ -32,7 +51,7 @@ istio-gateway:
number: 80
protocol: HTTP2
tls:
httpsRedirect: false
httpsRedirect: true
- hosts:
- nrodionov.info
- dev.nrodionov.info

View File

@ -185,6 +185,7 @@ templates:
version: 2.0.0
inherit:
- template: ext-istio-gateway
- template: ext-certificate
- template: default-env-values
istiod: &istiod