diff --git a/dubyatp-xyz/ingress.yaml b/dubyatp-xyz/ingress.yaml index d84477b..7a43c7e 100644 --- a/dubyatp-xyz/ingress.yaml +++ b/dubyatp-xyz/ingress.yaml @@ -16,7 +16,18 @@ spec: name: dubyatp-xyz-svc port: number: 80 + - host: www.dubyatp.xyz + http: + paths: + - pathType: Prefix + path: "/" + backend: + service: + name: dubyatp-xyz-svc + port: + number: 80 tls: - hosts: - dubyatp.xyz + - www.dubyatp.xyz secretName: cert-dubyatp-xyz \ No newline at end of file