Skip to content

Instantly share code, notes, and snippets.

@initcron
Last active May 8, 2024 05:11
Show Gist options
  • Save initcron/fd6d76c9d7ec6bbbea66266d5e43a74b to your computer and use it in GitHub Desktop.
Save initcron/fd6d76c9d7ec6bbbea66266d5e43a74b to your computer and use it in GitHub Desktop.
Ingress Rule for Vote App for Traefik
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: vote
namespace: instavote
annotations:
kubernetes.io/ingress.class: traefik
spec:
rules:
- host: vote.example.com
http:
paths:
- path: /
backend:
serviceName: vote
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment