kind: Ingress apiVersion: networking.k8s.io/v1 metadata: name: global-book-api namespace: book-api spec: tls: - hosts: - gapi.ieasou.com secretName: global-book-api rules: - host: gapi.ieasou.com http: paths: - path: / pathType: ImplementationSpecific backend: service: name: global-book-api-svc port: number: 8080