Skip to content

Instantly share code, notes, and snippets.

@hbagdi
Created January 6, 2020 21:21
Show Gist options
  • Save hbagdi/61bdafe23d5972835ddba981fec94d43 to your computer and use it in GitHub Desktop.
Save hbagdi/61bdafe23d5972835ddba981fec94d43 to your computer and use it in GitHub Desktop.
Gist for upstream kubernetes bug report for IP-tables bug
apiVersion: v1
kind: Service
metadata:
name: kong-proxy
namespace: kong
spec:
externalTrafficPolicy: Cluster
ports:
- name: proxy
port: 80
protocol: TCP
targetPort: 8000
nodePort: 30030
- name: proxy-ssl
port: 443
protocol: TCP
targetPort: 8443
selector:
app: ingress-kong
type: NodePort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment