mirror of
https://github.com/fluxcd/flux2-hub-spoke-example.git
synced 2025-07-27 15:53:19 +00:00
16 lines
400 B
YAML
16 lines
400 B
YAML
---
|
|
apiVersion: cert-manager.io/v1
|
|
kind: ClusterIssuer
|
|
metadata:
|
|
name: letsencrypt
|
|
spec:
|
|
acme:
|
|
# Replace the email address with your own contact email
|
|
email: fluxcdbot@users.noreply.github.com
|
|
server: https://acme-staging-v02.api.letsencrypt.org/directory
|
|
privateKeySecretRef:
|
|
name: letsencrypt-nginx
|
|
solvers:
|
|
- http01:
|
|
ingress:
|
|
class: nginx
|