Use Istio HTTP solver for Zitadel certificates

This commit is contained in:
Kochetkov S 2026-06-05 15:49:34 +03:00
parent 977cf65828
commit 8ba3088cbf
4 changed files with 42 additions and 0 deletions

View File

@ -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

View File

@ -8,6 +8,7 @@ resources:
- ../../../infrastructure/vault - ../../../infrastructure/vault
- ../../../infrastructure/zitadel - ../../../infrastructure/zitadel
- ./vault-ingress.yaml - ./vault-ingress.yaml
- ./clusterissuer-letsencrypt.yaml
patches: patches:
- path: ./patches/istio-gateway.yaml - path: ./patches/istio-gateway.yaml
target: target:

View File

@ -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

View File

@ -9,6 +9,7 @@ resources:
- ../../../infrastructure/zitadel - ../../../infrastructure/zitadel
- ./lb-service-override.yaml - ./lb-service-override.yaml
- ./vault-ingress.yaml - ./vault-ingress.yaml
- ./clusterissuer-letsencrypt.yaml
patches: patches:
- path: ./patches/istio-gateway.yaml - path: ./patches/istio-gateway.yaml
target: target: