use backticks, not quotes
ci / build (push) Waiting to run Details

This commit is contained in:
CJ_Clippy 2024-06-28 21:00:37 -08:00
parent 972556a6b2
commit 04aea6e860
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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