add karakeep
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
b345ca7e36
commit
f90093f5e1
18 changed files with 304 additions and 3 deletions
19
karakeep/virtualservice.yaml
Normal file
19
karakeep/virtualservice.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
apiVersion: networking.istio.io/v1beta1
|
||||
kind: VirtualService
|
||||
metadata:
|
||||
name: karakeep
|
||||
namespace: karakeep
|
||||
spec:
|
||||
hosts:
|
||||
- bookmarks.gwg313.xyz
|
||||
gateways:
|
||||
- karakeep-gateway
|
||||
http:
|
||||
- match:
|
||||
- uri:
|
||||
prefix: /
|
||||
route:
|
||||
- destination:
|
||||
host: karakeep-web
|
||||
port:
|
||||
number: 80
|
||||
Loading…
Add table
Add a link
Reference in a new issue