mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 04:21:22 +00:00
fix(cert-manager): Use http for acme issuer
This commit is contained in:
parent
663c181a97
commit
a200c091e6
1 changed files with 16 additions and 17 deletions
|
@ -16,20 +16,19 @@ spec:
|
|||
name: issuer-account-key
|
||||
# Add a single challenge solver, HTTP01 using nginx
|
||||
solvers:
|
||||
- dns01:
|
||||
cnameStrategy: Follow
|
||||
cloudflare:
|
||||
apiTokenSecretRef:
|
||||
name: cloudflare-api
|
||||
key: CF_API_TOKEN
|
||||
|
||||
#- http01:
|
||||
# ingress:
|
||||
# class: ingress-external-traefik
|
||||
# ingressTemplate:
|
||||
# metadata:
|
||||
# labels:
|
||||
# environment: external
|
||||
# annotations:
|
||||
# traefik.ingress.kubernetes.io/frontend-entry-points: "web"
|
||||
# kubernetes.io/ingress.class: ingress-external
|
||||
# - dns01:
|
||||
# cnameStrategy: Follow
|
||||
# cloudflare:
|
||||
# apiTokenSecretRef:
|
||||
# name: cloudflare-api
|
||||
# key: CF_API_TOKEN
|
||||
#
|
||||
- http01:
|
||||
ingress:
|
||||
class: ingress-external
|
||||
ingressTemplate:
|
||||
metadata:
|
||||
labels:
|
||||
environment: external
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: ingress-external
|
||||
|
|
Loading…
Reference in a new issue