Skip to content

Instantly share code, notes, and snippets.

@pidah
Created July 11, 2018 15:31
Show Gist options
  • Save pidah/cc015785914ed77299f2e1527020d5fe to your computer and use it in GitHub Desktop.
Save pidah/cc015785914ed77299f2e1527020d5fe to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: kafka-ingress
spec:
rules:
- host: minikube
http:
paths:
- path: /
backend:
serviceName: kafka-service
servicePort: 9092
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment