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

23 lines
436 B

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