Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created June 12, 2020 00:54
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/ba53296d7ba609d164f23c29a5c5c642 to your computer and use it in GitHub Desktop.
Save xximjasonxx/ba53296d7ba609d164f23c29a5c5c642 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
plugins.konghq.com: weather-jwt
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