apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: dubyatp-xyz-ingress labels: name: dubyatp-xyz-ingress spec: rules: - host: dubyatp.xyz http: paths: - pathType: Prefix path: "/" backend: service: 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