From 379396b87206b33dccb06cfa298eda9cd75580f1 Mon Sep 17 00:00:00 2001 From: Sean Baildon Date: Wed, 18 Jan 2023 13:50:47 +0000 Subject: [PATCH] ingress for plated marketing --- plated/ingress.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/plated/ingress.yaml b/plated/ingress.yaml index 470993d..d915539 100644 --- a/plated/ingress.yaml +++ b/plated/ingress.yaml @@ -42,8 +42,15 @@ spec: name: webserver port: name: http + - pathType: Exact + path: /stylesheet.css + backend: + service: + name: webserver + port: + name: http - pathType: Prefix - path: /_assets + path: /static/ backend: service: name: webserver -- 2.45.2