This commit is contained in:
Simen Røstvik 2022-11-30 22:41:56 +01:00
parent eb12af0fd4
commit 3a04a9093a
No known key found for this signature in database

View File

@ -50,23 +50,23 @@ spec:
dnsNames:
- '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: 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
kind: Ingress