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

14 lines
203 B

2 years ago
apiVersion: v1
kind: Service
metadata:
name: auth-service
labels:
app: auth-application
spec:
type: NodePort
selector:
app: auth-application
ports:
- protocol: TCP
2 years ago
port: 9994