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