aboutsummaryrefslogtreecommitdiff
path: root/grumpy/sally/cert.yaml
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2024-09-07 21:08:51 -0700
committerMax Resnick <max@ofmax.li>2024-09-07 21:08:51 -0700
commitbb01592d79af9f197f06d246af96d4dda8cffa7f (patch)
tree8fbd31a7b2264eb4a84fc55f0a7fbc8964ecfdf6 /grumpy/sally/cert.yaml
parent10dfd94046053a04e7b9f62d1b00007cc87b7d1b (diff)
downloadgrumpy-charts-bb01592d79af9f197f06d246af96d4dda8cffa7f.tar.gz
chore: refactor manifests to use haproxy class and clean up labels
Diffstat (limited to 'grumpy/sally/cert.yaml')
-rw-r--r--grumpy/sally/cert.yaml13
1 files changed, 13 insertions, 0 deletions
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