fp/infrastructure/configs/cluster-issuers.yaml

24 lines
549 B
YAML

## Example values are replaced using Kuztomization patches
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt
annotations:
meta.helm.sh/release-name: fp
meta.helm.sh/release-namespace: futureporn
labels:
app.kubernetes.io/managed-by: Helm
spec:
acme:
# Replace the email address with your own contact email
email: cj@futureporn.net
server: https://example.com
privateKeySecretRef:
name: letsencrypt
solvers:
- http01:
ingress:
class: traefik