testy
This commit is contained in:
parent
ee94738c00
commit
27483146ed
@ -37,7 +37,7 @@ metadata:
|
|||||||
namespace: cert-manager
|
namespace: cert-manager
|
||||||
spec:
|
spec:
|
||||||
acme:
|
acme:
|
||||||
server: https://acme-staging-v02.api.letsencrypt.org/directory
|
server: https://acme-v02.api.letsencrypt.org/directory
|
||||||
privateKeySecretRef:
|
privateKeySecretRef:
|
||||||
name: cloudflare-issuer-account-key
|
name: cloudflare-issuer-account-key
|
||||||
solvers:
|
solvers:
|
||||||
@ -50,23 +50,6 @@ spec:
|
|||||||
dnsNames:
|
dnsNames:
|
||||||
- 'roxedus.com'
|
- 'roxedus.com'
|
||||||
- '*.roxedus.com'
|
- '*.roxedus.com'
|
||||||
# ---
|
|
||||||
# apiVersion: cert-manager.io/v1
|
|
||||||
# kind: Certificate
|
|
||||||
# metadata:
|
|
||||||
# name: test-roxedus-com
|
|
||||||
# namespace: default
|
|
||||||
# spec:
|
|
||||||
# # Secret names are always required.
|
|
||||||
# secretName: example-com-tls
|
|
||||||
# commonName: test.roxedus.com
|
|
||||||
# dnsNames:
|
|
||||||
# - test.roxedus.com
|
|
||||||
# issuerRef:
|
|
||||||
# name: roxedus.com-cloudflare
|
|
||||||
# # We can reference ClusterIssuers by changing the kind here.
|
|
||||||
# # The default value is Issuer (i.e. a locally namespaced Issuer)
|
|
||||||
# kind: ClusterIssuer
|
|
||||||
---
|
---
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
|
Loading…
Reference in New Issue
Block a user