Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created June 12, 2020 00:39
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/6f5bb70ac42ed5b28ab615df535147e7 to your computer and use it in GitHub Desktop.
Save xximjasonxx/6f5bb70ac42ed5b28ab615df535147e7 to your computer and use it in GitHub Desktop.
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: weather-ingress
namespace: weather-api
annotations:
kubernetes.io/ingress.class: kong
spec:
backend:
serviceName: weather-service
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment