Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/auth/src/commit/641b7fd4c0c16b95612dde588aefedd3ba297da6/deploy/other/a/a-deployment.yaml You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 

26 lines
568 B

apiVersion: apps/v1
kind: Deployment
metadata:
name: a-deployment
labels:
app: a-application
spec:
replicas: 1
selector:
matchLabels:
project: a-application
template:
metadata:
labels:
project: a-application
spec:
imagePullSecrets:
- name: a-secret-docker-registry
containers:
- name: a-application
image: git.applicatura.com:5050/obi/auth_service:latest
ports:
- containerPort: 8888
envFrom:
- configMapRef:
name: a-config