Skip to content

Instantly share code, notes, and snippets.

@ahndmal
Created December 18, 2021 14:01
Show Gist options
  • Save ahndmal/fb129644148fa049a543c175d7c696ad to your computer and use it in GitHub Desktop.
Save ahndmal/fb129644148fa049a543c175d7c696ad to your computer and use it in GitHub Desktop.
### INGRESS
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: http-ingress
spec:
rules:
- http:
paths:
- path: /
backend:
serviceName: sb-simple-deploy
servicePort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment