Skip to content

Instantly share code, notes, and snippets.

@eyarz
Created February 24, 2021 09:22
Show Gist options
  • Save eyarz/9590df7a0f91bfc6bb720af1cf25a002 to your computer and use it in GitHub Desktop.
Save eyarz/9590df7a0f91bfc6bb720af1cf25a002 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Ingress
metadata:
name: test
spec:
rules:
- host: * # <-- this setup will forward all Ingress traffic to a single container
http:
paths:
- path: /foo
backend:
serviceName: s1
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment