Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created January 1, 2020 02:35
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 xximjasonxx/65f60fd85685db11af63c0c072a1b616 to your computer and use it in GitHub Desktop.
Save xximjasonxx/65f60fd85685db11af63c0c072a1b616 to your computer and use it in GitHub Desktop.
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: calc-ingress
namespace: openfaas
annotations:
kubernetes.io/ingress.class: nginx
spec:
rules:
- http:
paths:
- path: /
backend:
serviceName: gateway
servicePort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment