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

17 lines
323 B

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