From 617f54bf2272bc3e7b8eb0b3bbacf1d360bdedb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Wed, 30 Nov 2022 23:25:34 +0100 Subject: [PATCH] lj --- apps/templates/cert-manager.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/templates/cert-manager.yaml b/apps/templates/cert-manager.yaml index 01fc9d3..8e926a8 100644 --- a/apps/templates/cert-manager.yaml +++ b/apps/templates/cert-manager.yaml @@ -80,16 +80,16 @@ metadata: spec: ingressClassName: traefik-internal rules: - - host: test.example.com + - host: test.roxedus.com http: paths: - pathType: Prefix path: / backend: service: - name: myservice + name: searxng port: - number: 80 + number: 8080 tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames - hosts: - test.roxedus.com