create beta.kemkas.hu for testing purposes

This commit is contained in:
2024-03-10 11:41:00 +01:00
parent 097b5b9835
commit 40556d11a2
8 changed files with 283 additions and 0 deletions
@@ -0,0 +1,20 @@
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: letsencrypt-beta-kemkas-hu
namespace: kemkas
spec:
# ACME issuer configuration
# `email` - the email address to be associated with the ACME account (make sure it's a valid one)
# `server` - the URL used to access the ACME servers directory endpoint
# `privateKeySecretRef` - Kubernetes Secret to store the automatically generated ACME account private key
acme:
email: developer@kemkas.hu
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: letsencrypt-beta-kemkas-hu-private-key
solvers:
# Use the HTTP-01 challenge provider
- http01:
ingress:
class: nginx