From ffda64f6cfb3b767a89d1c525beb12ca3f6ccba1 Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Sat, 7 Nov 2020 20:57:05 -0500 Subject: [PATCH] add paul.walko.org --- fogcutter/k8s/ingress.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fogcutter/k8s/ingress.yml b/fogcutter/k8s/ingress.yml index 28141ac..02487d4 100644 --- a/fogcutter/k8s/ingress.yml +++ b/fogcutter/k8s/ingress.yml @@ -20,7 +20,10 @@ spec: name: nginx port: number: 80 - - path: /files + - host: paul.walko.org + http: + paths: + - path: / pathType: "Exact" backend: service: @@ -75,6 +78,7 @@ spec: - git.seaturtle.pw - nc.seaturtle.pw - plex.seaturtle.pw + - paul.walko.org --- apiVersion: cert-manager.io/v1alpha2