Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/auth/commit/032f6786139c27931c7cff4436c797a81ce71b7a?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.
slaventius 2 years ago
parent 7abbdc3e5f
commit 032f678613
  1. 10
      deploy/other/ingress.yaml

@ -5,11 +5,11 @@ metadata:
labels: labels:
app: auth-application app: auth-application
spec: spec:
# defaultBackend: # defaultBackend:
# service: # service:
# name: auth-service # name: auth-service
# port: # port:
# number: 9994 # number: 9994
rules: rules:
- http: - http:
paths: paths:

Loading…
Cancel
Save