From 7adaad14c5ea7b3c3faa3ae526cc35795d022308 Mon Sep 17 00:00:00 2001 From: William P Date: Fri, 31 Oct 2025 13:57:06 -0400 Subject: [PATCH] fix ingress --- williamtpeebles-com/ingress.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/williamtpeebles-com/ingress.yaml b/williamtpeebles-com/ingress.yaml index b15103c..6861895 100644 --- a/williamtpeebles-com/ingress.yaml +++ b/williamtpeebles-com/ingress.yaml @@ -6,7 +6,7 @@ metadata: name: williamtpeebles-com-ingress spec: rules: - - host: dubyatp.xyz + - host: williamtpeebles.com http: paths: - pathType: Prefix @@ -16,7 +16,7 @@ spec: name: williamtpeebles-com-svc port: number: 80 - - host: www.dubyatp.xyz + - host: www.williamtpeebles.com http: paths: - pathType: Prefix @@ -28,6 +28,6 @@ spec: number: 80 tls: - hosts: - - dubyatp.xyz - - www.dubyatp.xyz + - williamtpeebles.com + - www.williamtpeebles.com secretName: cert-williamtpeebles-com \ No newline at end of file