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

26 lines
642 B

2 years ago
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ .Release.Name }}-application
labels:
app: {{ .Release.Name }}-application
spec:
replicas: 1
selector:
matchLabels:
app: {{ .Release.Name }}-application
template:
metadata:
labels:
app: {{ .Release.Name }}-application
spec:
containers:
- name: {{ .Release.Name }}-application
image: {{ .Values.container.image }}
imagePullPolicy: Always
envFrom:
- secretRef:
name: {{ .Release.Name }}-secret
- configMapRef:
name: {{ .Release.Name }}-config