Skip to content

Instantly share code, notes, and snippets.

@tshak
Last active October 1, 2018 15:02
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 tshak/e410fc5bad89b1d0b7371dfca4a681b6 to your computer and use it in GitHub Desktop.
Save tshak/e410fc5bad89b1d0b7371dfca4a681b6 to your computer and use it in GitHub Desktop.
Voyager Ingress for Stuck Ingress Pod repro
apiVersion: v1
kind: Service
metadata:
labels:
app: repro
name: repro
namespace: default
spec:
ports:
- port: 8080
protocol: TCP
targetPort: 8080
selector:
app: repro
type: ClusterIP
---
apiVersion: voyager.appscode.com/v1beta1
kind: Ingress
metadata:
name: repro
namespace: default
spec:
rules:
- host: repro.tempuri.org
tcp:
backend:
serviceName: repro
servicePort: 8080
nodePort: 0
port: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment