fp/infrastructure/configs/cluster-issuers.yaml

20 lines
493 B
YAML

## Example values are replaced using Kuztomization patches
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-example
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-staging
solvers:
- http01:
ingress:
class: traefik