-
Notifications
You must be signed in to change notification settings - Fork 19
Network requirements for coffea casa installation
Oksana Shadura edited this page Aug 2, 2021
·
4 revisions
See more for information: https://github.com/CoffeaTeam/coffea-casa-config/issues/16
For quick and dirty solution, please apply kubectl create -f ingressroutetcpfoo.yaml -n coffea-casa
,
where ingressroutetcpfoo.yaml
is:
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRouteTCP
metadata:
name: ingressroutetcpfoo
spec:
entryPoints:
- dask
- daskworker
tls:
passthrough: true
routes:
- match: HostSNI(`placeholder.dask.coffea-dev.casa`)
services:
- name: placeholder.dask.coffea-dev.casa
port: 8786