From 07528d7cbd14e12d60dceba0748e1541aa0b14ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Wed, 30 Nov 2022 22:41:56 +0100 Subject: [PATCH] aaaaa --- apps/templates/cert-manager.yaml | 34 ++++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/apps/templates/cert-manager.yaml b/apps/templates/cert-manager.yaml index fc09412..abb423e 100644 --- a/apps/templates/cert-manager.yaml +++ b/apps/templates/cert-manager.yaml @@ -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