fp/flux/infrastructure/configs/cluster-issuers.yaml

31 lines
787 B
YAML
Raw Permalink Normal View History

2024-06-29 22:46:06 +00:00
## Example values are replaced using environment-specific Kuztomization patches
2024-06-28 23:59:31 +00:00
2024-04-26 01:28:42 +00:00
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
2024-06-29 00:15:30 +00:00
name: letsencrypt
2024-06-29 03:50:09 +00:00
annotations:
meta.helm.sh/release-name: fp
meta.helm.sh/release-namespace: futureporn
labels:
app.kubernetes.io/managed-by: Helm
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
2024-06-20 01:43:25 +00:00
email: cj@futureporn.net
2024-06-28 23:59:31 +00:00
server: https://example.com
2024-04-26 01:28:42 +00:00
privateKeySecretRef:
2024-06-29 00:15:30 +00:00
name: letsencrypt
2024-04-26 01:28:42 +00:00
solvers:
2024-06-29 22:46:06 +00:00
- dns01:
webhook:
groupName: acme.exoscale.com
solverName: exoscale
config:
apiKeyRef:
name: exoscale
key: apiKey
apiSecretRef:
name: exoscale
key: apiSecret