Files
kemkas-deployment/kemkas/kemkas-ssl-cert-issuer.yaml
T
morbalint 1836e01376 separate ingress for separate host
ingress worked, but SSL didn't :(
2024-01-11 17:02:12 +01:00

21 lines
704 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: letsencrypt-kemkas
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-kemkas-private-key
solvers:
# Use the HTTP-01 challenge provider
- http01:
ingress:
class: nginx