fp/infrastructure/configs/cluster-issuers.yaml

18 lines
473 B
YAML
Raw Normal View History

2024-04-26 01:28:42 +00:00
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
2024-04-26 16:38:51 +00:00
name: letsencrypt
2024-04-26 01:28:42 +00:00
spec:
acme:
2024-04-26 16:38:51 +00:00
# Replace the email address with your own contact email
email: fluxcdbot@users.noreply.github.com
# The server is replaced in /clusters/production/infrastructure.yaml
2024-04-26 01:28:42 +00:00
server: https://acme-staging-v02.api.letsencrypt.org/directory
privateKeySecretRef:
2024-04-26 16:38:51 +00:00
name: letsencrypt-nginx
2024-04-26 01:28:42 +00:00
solvers:
2024-04-26 16:38:51 +00:00
- http01:
ingress:
class: nginx