Skip to content

Instantly share code, notes, and snippets.

@initcron
Created October 15, 2025 15:26
Show Gist options
  • Save initcron/312297340f75826581a524a88584ab62 to your computer and use it in GitHub Desktop.
Save initcron/312297340f75826581a524a88584ab62 to your computer and use it in GitHub Desktop.
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: vote
namespace: instavote
spec:
ingressClassName: nginx
rules:
- host: vote.example.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: vote
port:
number: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment