Improvements

This commit is contained in:
Пытков Роман
2024-04-30 23:01:43 +03:00
parent fcea145ed5
commit 86cee24d9f
4 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ metadata:
labels:
app: {{ .Release.Name }}-backend
spec:
replicas: 3
replicas: 1
selector:
matchLabels:
app: {{ .Release.Name }}-backend

View File

@@ -24,7 +24,7 @@ spec:
restartPolicy: Never
containers:
- name: {{ .Release.Name }}-backend
image: ghcr.io/nullptroma/liquid-backend:1.0.0
image: ghcr.io/nullptroma/liquid-backend:latest
imagePullPolicy: Always
ports:
- containerPort: 8080

View File

@@ -23,7 +23,7 @@ spec:
restartPolicy: Never
containers:
- name: {{ .Release.Name }}-backend
image: ghcr.io/nullptroma/liquid-backend:1.0.0
image: ghcr.io/nullptroma/liquid-backend:latest
imagePullPolicy: Always
ports:
- containerPort: 8080