fp/infrastructure/configs/cluster-issuers.yaml

20 lines
477 B
YAML

## Example values are replaced using Kuztomization patches
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt
spec:
acme:
# Replace the email address with your own contact email
email: cj@futureporn.net
# The server is replaced in /clusters/production/infrastructure.yaml
server: https://example.com
privateKeySecretRef:
name: letsencrypt
solvers:
- http01:
ingress:
class: traefik