From 0095b892b76d5f0153bf666afa7771011760e2e7 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Tue, 21 Nov 2023 17:11:10 -0500 Subject: [PATCH] podinfo ingress --- podinfo/helmrelease-podinfo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/podinfo/helmrelease-podinfo.yaml b/podinfo/helmrelease-podinfo.yaml index ca1948f..1cb876c 100644 --- a/podinfo/helmrelease-podinfo.yaml +++ b/podinfo/helmrelease-podinfo.yaml @@ -120,14 +120,14 @@ spec: securityContext: {} ingress: - enabled: false + enabled: true className: "" additionalLabels: {} annotations: {} # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" hosts: - - host: podinfo.local + - host: podinfo.michaelthomson.dev paths: - path: / pathType: ImplementationSpecific