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

14 lines
320 B

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 }}