infctl-cli/k8s-manifests/ctl-ingress/issuer.yaml
jon brookes 924954d0ff changed app to use json config for pipeline steps
readme command line usage - to specify pipeline file name
readme updated to include reasoning behind the project

use native golang sqlite

RunScriptCommand named in functionMap
removed unused functions
removed unused functions
run script and pipeline example
renamed functions to drop the word script and add pipeline verb
2025-07-14 16:34:15 +01:00

22 lines
No EOL
631 B
YAML

apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: le-cluster-issuer-http
namespace: infctl
spec:
acme:
email: marshyon@gmail.com
# We use the staging server here for testing to avoid hitting
# server: https://acme-staging-v02.api.letsencrypt.org/directory
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: http-issuer-account-key
# solvers:
# - http01:
# # The ingressClass used to create the necessary ingress routes
# ingress:
# class: traefik
solvers:
- http01:
ingress:
class: traefik