board?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-02 00:42:52 +10:00
parent 737769bebc
commit 889f9d510b

View File

@ -5,14 +5,14 @@ metadata:
name: flask-htmx-ingress
namespace: vdk2ch
annotations:
#nginx.ingress.kubernetes.io/rewrite-target: /$1
nginx.ingress.kubernetes.io/app-root: /
nginx.ingress.kubernetes.io/rewrite-target: /$1
#nginx.ingress.kubernetes.io/app-root: /
spec:
rules:
- host: master.board.vdk2ch.ru
http:
paths:
- path: /
- path: /(.*)
pathType: Prefix
backend:
service:
@ -22,7 +22,7 @@ spec:
- host: dev.board.vdk2ch.ru
http:
paths:
- path: /
- path: /(.*)
pathType: Prefix
backend:
service: