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

15 lines
320 B

2 years ago
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}-service
labels:
app: {{ .Release.Name }}-application
spec:
type: ClusterIP
selector:
app: {{ .Release.Name }}-application
ports:
- protocol: TCP
port: {{ .Values.container.port }}
targetPort: {{ .Values.container.port }}