This commit is contained in:
Simen Røstvik 2022-11-30 22:41:56 +01:00
parent 8760791fae
commit 07528d7cbd

View File

@ -50,23 +50,23 @@ spec:
dnsNames: dnsNames:
- 'roxedus.com' - 'roxedus.com'
- '*.roxedus.com' - '*.roxedus.com'
--- # ---
apiVersion: cert-manager.io/v1 # apiVersion: cert-manager.io/v1
kind: Certificate # kind: Certificate
metadata: # metadata:
name: test-roxedus-com # name: test-roxedus-com
namespace: default # namespace: default
spec: # spec:
# Secret names are always required. # # Secret names are always required.
secretName: example-com-tls # secretName: example-com-tls
commonName: test.roxedus.com # commonName: test.roxedus.com
dnsNames: # dnsNames:
- test.roxedus.com # - test.roxedus.com
issuerRef: # issuerRef:
name: roxedus.com-cloudflare # name: roxedus.com-cloudflare
# We can reference ClusterIssuers by changing the kind here. # # We can reference ClusterIssuers by changing the kind here.
# The default value is Issuer (i.e. a locally namespaced Issuer) # # The default value is Issuer (i.e. a locally namespaced Issuer)
kind: ClusterIssuer # kind: ClusterIssuer
--- ---
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress