Skip to content

Instantly share code, notes, and snippets.

@vamsijakkula
Created January 1, 2022 07:05
Show Gist options
  • Save vamsijakkula/6c8dce343eec020f936d997a84465f52 to your computer and use it in GitHub Desktop.
Save vamsijakkula/6c8dce343eec020f936d997a84465f52 to your computer and use it in GitHub Desktop.
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: hello
namespace: default
spec:
ingressClassName: kong
rules:
- http:
paths:
- path: /hello
pathType: Prefix
backend:
service:
name: hello-service
port:
number: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment