flux2-hub-spoke-example/infrastructure/configs/cluster-issuers.yaml
Stefan Prodan f57ac9377a
Add infra controllers
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2024-04-10 12:08:02 +03:00

16 lines
400 B
YAML

---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt
spec:
acme:
# Replace the email address with your own contact email
email: fluxcdbot@users.noreply.github.com
server: https://acme-staging-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: letsencrypt-nginx
solvers:
- http01:
ingress:
class: nginx