Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/blame/commit/f6475a808b67b5a2ad9e316348294c6056c4fb3f/deploy/helm/templates/deployment.yaml
You should set ROOT_URL correctly, otherwise the web may not work correctly.
apiVersion : apps/v1
kind : Deployment
metadata :
name : {{ .Release.Name }}-application
labels :
app : {{ .Release.Name }}-application
spec :
replicas : 1
selector :
matchLabels :
app : {{ .Release.Name }}-application
template :
metadata :
labels :
app : {{ .Release.Name }}-application
spec :
containers :
- name : {{ .Release.Name }}-application
image : {{ .Values.container.image }}
imagePullPolicy : Always
ports :
- containerPort : {{ .Values.container.port }}
envFrom :
- secretRef :
name : {{ .Release.Name }}-secret
- configMapRef :
name : {{ .Release.Name }}-config
# startupProbe:
# grpc:
# port: {{ .Values.container.port }}
# livenessProbe:
# grpc:
# port: {{ .Values.container.port }}
# periodSeconds: 1
# initialDelaySeconds: 2
# failureThreshold: 3
# successThreshold: 1
# readinessProbe:
# grpc:
# port: {{ .Values.container.port }}
# periodSeconds: 1
# initialDelaySeconds: 4
# failureThreshold: 3
# successThreshold: 1