Skip to content

Instantly share code, notes, and snippets.

@alo9507
Created December 4, 2020 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alo9507/a3949df7ea25c727d444ae7ecffdb27f to your computer and use it in GitHub Desktop.
Save alo9507/a3949df7ea25c727d444ae7ecffdb27f to your computer and use it in GitHub Desktop.
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: backend-ingress
annotations:
kubernetes.io/ingress.class: nginx
spec:
rules:
- http:
paths:
- path: /*
pathType: "Prefix"
backend:
service:
name: gateway
port:
number: 8760
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment