UNPKG

@omneedia/socketcluster

Version:

SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.

15 lines (14 loc) 580 B
apiVersion: extensions/v1beta1 kind: Ingress metadata: name: scc-ingress spec: # You should upload a certificate to your Kubernetes platform and refer to it here by secretName. # If you do not want to serve SCC over TLS, you can comment out the following 2 lines. # Note that raw (unencrypted) WebSockets may not work if you are behind a corporate proxy so # it is advised that you provide a cert for production and access the SCC service via https:// and wss:// tls: - secretName: scc-tls-credentials backend: serviceName: socketcluster servicePort: 8000