mirror of
https://github.com/slurm-personal/school-dev-k8s.git
synced 2026-06-27 13:50:24 +00:00
change ingress domain to mcs
This commit is contained in:
@@ -63,7 +63,7 @@ kubectl get ing
|
||||
2) Попробуем покурлить:
|
||||
|
||||
```bash
|
||||
curl my.s<свой номер логина>.k8s.slurm.io
|
||||
curl my.s<свой номер логина>.mcs.slurm.io
|
||||
|
||||
curl notmy.s<свой номер логина>.k8s.slurm.io
|
||||
curl notmy.s<свой номер логина>.mcs.slurm.io
|
||||
```
|
||||
|
||||
@@ -4,7 +4,7 @@ metadata:
|
||||
name: my-ingress-nginx
|
||||
spec:
|
||||
rules:
|
||||
- host: my.s<свой номер логина>.k8s.slurm.io
|
||||
- host: my.s<свой номер логина>.mcs.slurm.io
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
|
||||
Reference in New Issue
Block a user