separate ingress for separate host

ingress worked, but SSL didn't :(
This commit is contained in:
2024-01-11 17:02:12 +01:00
parent f9a6b1603d
commit 1836e01376
4 changed files with 51 additions and 15 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: letsencrypt-kemkas-staging
name: letsencrypt-kemkas
namespace: kemkas
spec:
# ACME issuer configuration
@@ -12,7 +12,7 @@ spec:
email: developer@kemkas.hu
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: letsencrypt-kemkas-staging-private-key
name: letsencrypt-kemkas-private-key
solvers:
# Use the HTTP-01 challenge provider
- http01: