diff --git a/cluster/coder-ingress-route/coder-ingress-route.yaml b/cluster/coder-ingress-route/coder-ingress-route.yaml index d4fb6d2..2c3a8f7 100644 --- a/cluster/coder-ingress-route/coder-ingress-route.yaml +++ b/cluster/coder-ingress-route/coder-ingress-route.yaml @@ -28,4 +28,4 @@ spec: namespace: default services: - name: code-server - port: 80 + port: 8080 diff --git a/cluster/coder-ingress-route/readme.md b/cluster/coder-ingress-route/readme.md index 54635e1..4cd8728 100644 --- a/cluster/coder-ingress-route/readme.md +++ b/cluster/coder-ingress-route/readme.md @@ -63,9 +63,9 @@ htpasswd -nb user password | openssl base64 > auth # " | kubectl -n longhorn-system create -f - # ingress.networking.k8s.io/longhorn-ingress created -kubectl -n longhorn-system apply -f longhorn-ingress-route.yaml +kubectl apply -f coder-ingress-route.yaml -kubectl -n longhorn-system get ingressroutes +kubectl get ingressroutes # NAME HOSTS ADDRESS PORTS AGE # longhorn-ingress * 45.79.165.114,66.228.45.37,97.107.142.125 80 2m7s