apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: williamtpeebles-com-ingress labels: name: williamtpeebles-com-ingress spec: rules: - host: dubyatp.xyz http: paths: - pathType: Prefix path: "/" backend: service: name: williamtpeebles-com-svc port: number: 80 - host: www.dubyatp.xyz http: paths: - pathType: Prefix path: "/" backend: service: name: williamtpeebles-com-svc port: number: 80 tls: - hosts: - dubyatp.xyz - www.dubyatp.xyz secretName: cert-williamtpeebles-com