mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
fix: coder srv port
This commit is contained in:
@@ -28,4 +28,4 @@ spec:
|
|||||||
namespace: default
|
namespace: default
|
||||||
services:
|
services:
|
||||||
- name: code-server
|
- name: code-server
|
||||||
port: 80
|
port: 8080
|
||||||
|
|||||||
@@ -63,9 +63,9 @@ htpasswd -nb user password | openssl base64 > auth
|
|||||||
# " | kubectl -n longhorn-system create -f -
|
# " | kubectl -n longhorn-system create -f -
|
||||||
# ingress.networking.k8s.io/longhorn-ingress created
|
# 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
|
# NAME HOSTS ADDRESS PORTS AGE
|
||||||
# longhorn-ingress * 45.79.165.114,66.228.45.37,97.107.142.125 80 2m7s
|
# longhorn-ingress * 45.79.165.114,66.228.45.37,97.107.142.125 80 2m7s
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user