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

26 lines
589 B

2 years ago
apiVersion: apps/v1
kind: Deployment
metadata:
name: auth-postman-application
labels:
app: auth-postman-application
spec:
2 years ago
replicas: 1
2 years ago
selector:
matchLabels:
app: auth-postman-application
template:
metadata:
labels:
app: auth-postman-application
spec:
containers:
- name: auth-postman
image: slaventius/test3k_auth_postman:latest
imagePullPolicy: Always
envFrom:
2 years ago
- secretRef:
name: auth-postman-secret
2 years ago
- configMapRef:
name: auth-postman-config