Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/blame/commit/2721fb7104f865c3f9447cc5eac4382450d90850/deploy/auth-db-deployment.yaml You should set ROOT_URL correctly, otherwise the web may not work correctly.

26 lines
538 B

2 years ago
apiVersion: apps/v1
kind: Deployment
metadata:
name: auth-db-application
labels:
app: auth-db-application
spec:
replicas: 1
selector:
matchLabels:
app: auth-db-application
template:
metadata:
labels:
app: auth-db-application
spec:
containers:
- name: auth-db
image: slaventius/test3k_auth_db:latest
imagePullPolicy: Always
ports:
- containerPort: 9995
envFrom:
- configMapRef:
name: auth-db-config