Created
January 22, 2025 04:40
-
-
Save ravikyada/84c02434dfbef47915cf52334e03fa34 to your computer and use it in GitHub Desktop.
Revisions
-
ravikyada created this gist
Jan 22, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ apiVersion: extensions/v1beta1 kind: Ingress metadata: name: ingress-demo labels: app: user-service annotations: alb.ingress.kubernetes.io/healthcheck-protocol: HTTP alb.ingress.kubernetes.io/load-balancer-name: service-demo alb.ingress.kubernetes.io/target-type: instance alb.ingress.kubernetes.io/group.name: external-dns.alpha.kubernetes.io/hostname: my-service.example.com spec: rules: - http: paths: - path: /* backend: serviceName: my-service-demo servicePort: 9200