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

22 lines
436 B

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ingress
labels:
app: auth-application
spec:
# defaultBackend:
# service:
# name: auth-service
# port:
# number: 9994
rules:
- http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: auth-service
port:
number: 9994