Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/blame/commit/8e7061a5ee22723fee068ffb3494a00d92ba9c39/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