Skip to content

Instantly share code, notes, and snippets.

@rdemoraes
Created February 11, 2022 21:10
Show Gist options
  • Save rdemoraes/8623bd95b151312d7ffe020cb4149c15 to your computer and use it in GitHub Desktop.
Save rdemoraes/8623bd95b151312d7ffe020cb4149c15 to your computer and use it in GitHub Desktop.
kubectl-get-ingress-o-yaml-before
spec:
rules:
- host: my-app.domain.io
http:
paths:
- backend:
serviceName: my-app
servicePort: 80
path: /
pathType: ImplementationSpecific
status:
loadBalancer: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment