Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/auth/src/commit/550299195f4b6f5ce3037b72da9657273740f94b/deploy/ingress.yaml You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 

16 lines
323 B

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ingress
spec:
rules:
- host: www.test3k.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: auth-service
port:
number: 9994