Skip to content

Instantly share code, notes, and snippets.

@ll911
Created September 28, 2018 20:37
Show Gist options
  • Select an option

  • Save ll911/35f3ca315693a99ae53908270fce8ccc to your computer and use it in GitHub Desktop.

Select an option

Save ll911/35f3ca315693a99ae53908270fce8ccc to your computer and use it in GitHub Desktop.
gw-ssl-svc.yaml
apiVersion: v1
kind: Service
metadata:
name: gateway-ssl
spec:
type: LoadBalancer
loadBalancerSourceRanges:
- 0.0.0.0/0
ports:
- name: kong-proxy-ssl
port: 8443
targetPort: 8443
protocol: TCP
selector:
app: gateway
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment