From bb01592d79af9f197f06d246af96d4dda8cffa7f Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 7 Sep 2024 21:08:51 -0700 Subject: chore: refactor manifests to use haproxy class and clean up labels --- grumpy/sally/cert.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 grumpy/sally/cert.yaml (limited to 'grumpy/sally/cert.yaml') diff --git a/grumpy/sally/cert.yaml b/grumpy/sally/cert.yaml new file mode 100644 index 0000000..e11b77c --- /dev/null +++ b/grumpy/sally/cert.yaml @@ -0,0 +1,13 @@ +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: go-ofmax-li + namespace: go-git-server +spec: + secretName: go-ofmax-li-sec + issuerRef: + name: letsencrypt-prod + kind: ClusterIssuer + commonName: 'go.ofmax.li' + dnsNames: + - go.ofmax.li -- cgit v1.2.3