use hostname
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
04aea6e860
commit
e0619a04bb
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: fp
|
name: fp
|
||||||
description: The Galaxy's Best VTuber Hentai Site
|
description: The Galaxy's Best VTuber Hentai Site
|
||||||
version: 0.0.16
|
version: 0.0.17
|
||||||
keywords:
|
keywords:
|
||||||
- fp
|
- fp
|
||||||
- futureporn
|
- futureporn
|
||||||
|
|
|
@ -50,16 +50,16 @@ spec:
|
||||||
- web
|
- web
|
||||||
|
|
||||||
routes:
|
routes:
|
||||||
- match: PathPrefix(`/echo`) #Host(`echo.fp.sbtp.xyz`)
|
- match: PathPrefix(`echo.fp.sbtp.xyz`) #Host(`echo.fp.sbtp.xyz`)
|
||||||
kind: Rule
|
|
||||||
services:
|
|
||||||
- name: echo
|
|
||||||
port: 80
|
|
||||||
- match: PathPrefix(`/foo`) #Host(`echo.fp.sbtp.xyz`)
|
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: echo
|
- name: echo
|
||||||
port: 8001
|
port: 8001
|
||||||
|
# - match: PathPrefix(`/foo`) #Host(`echo.fp.sbtp.xyz`)
|
||||||
|
# kind: Rule
|
||||||
|
# services:
|
||||||
|
# - name: echo
|
||||||
|
# port: 8001
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
# apiVersion: networking.k8s.io/v1
|
# apiVersion: networking.k8s.io/v1
|
||||||
|
|
Loading…
Reference in New Issue