31 lines
787 B
YAML
31 lines
787 B
YAML
## Example values are replaced using environment-specific 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:
|
|
- dns01:
|
|
webhook:
|
|
groupName: acme.exoscale.com
|
|
solverName: exoscale
|
|
config:
|
|
apiKeyRef:
|
|
name: exoscale
|
|
key: apiKey
|
|
apiSecretRef:
|
|
name: exoscale
|
|
key: apiSecret |