Use Istio HTTP solver for Zitadel certificates
This commit is contained in:
parent
977cf65828
commit
8ba3088cbf
@ -0,0 +1,20 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: letsencrypt
|
||||
spec:
|
||||
acme:
|
||||
email: emelin.d@sarex.io
|
||||
privateKeySecretRef:
|
||||
name: letsencrypt
|
||||
server: https://acme-v02.api.letsencrypt.org/directory
|
||||
solvers:
|
||||
- selector:
|
||||
dnsNames:
|
||||
- zitadel.brusnika.onprem.sarex.io
|
||||
http01:
|
||||
ingress:
|
||||
class: istio
|
||||
- http01:
|
||||
ingress:
|
||||
class: nginx
|
||||
@ -8,6 +8,7 @@ resources:
|
||||
- ../../../infrastructure/vault
|
||||
- ../../../infrastructure/zitadel
|
||||
- ./vault-ingress.yaml
|
||||
- ./clusterissuer-letsencrypt.yaml
|
||||
patches:
|
||||
- path: ./patches/istio-gateway.yaml
|
||||
target:
|
||||
|
||||
@ -0,0 +1,20 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: letsencrypt
|
||||
spec:
|
||||
acme:
|
||||
email: emelin.d@sarex.io
|
||||
privateKeySecretRef:
|
||||
name: letsencrypt
|
||||
server: https://acme-v02.api.letsencrypt.org/directory
|
||||
solvers:
|
||||
- selector:
|
||||
dnsNames:
|
||||
- zitadel.test.sarex.brusnika.tech
|
||||
http01:
|
||||
ingress:
|
||||
class: istio
|
||||
- http01:
|
||||
ingress:
|
||||
class: nginx
|
||||
@ -9,6 +9,7 @@ resources:
|
||||
- ../../../infrastructure/zitadel
|
||||
- ./lb-service-override.yaml
|
||||
- ./vault-ingress.yaml
|
||||
- ./clusterissuer-letsencrypt.yaml
|
||||
patches:
|
||||
- path: ./patches/istio-gateway.yaml
|
||||
target:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user