Исправления в ветке main

This commit is contained in:
2025-10-28 11:58:22 +06:00
parent 0da366cad5
commit 7a0d0746d4
10 changed files with 36 additions and 29 deletions

View File

@@ -5,7 +5,7 @@ metadata:
namespace: lcg
data:
# Основные настройки
LCG_VERSION: "v2.0.3"
LCG_VERSION: "v2.0.4"
LCG_BASE_PATH: "/lcg"
LCG_SERVER_HOST: "0.0.0.0"
LCG_SERVER_PORT: "8080"

View File

@@ -5,7 +5,7 @@ metadata:
namespace: lcg
labels:
app: lcg
version: v2.0.3
version: v2.0.4
spec:
replicas: 1
selector:
@@ -15,11 +15,11 @@ spec:
metadata:
labels:
app: lcg
version: v2.0.3
version: v2.0.4
spec:
containers:
- name: lcg
image: kuznetcovay/lcg:v2.0.3
image: kuznetcovay/lcg:v2.0.4
imagePullPolicy: Always
ports:
- containerPort: 8080
@@ -59,20 +59,20 @@ spec:
# Health checks
startupProbe:
httpGet:
path: /login
path: /lcg
port: 8080
initialDelaySeconds: 10
periodSeconds: 5
failureThreshold: 30
readinessProbe:
httpGet:
path: /login
path: /lcg
port: 8080
initialDelaySeconds: 5
periodSeconds: 10
livenessProbe:
httpGet:
path: /login
path: /lcg
port: 8080
initialDelaySeconds: 10
periodSeconds: 60

View File

@@ -5,7 +5,7 @@ metadata:
namespace: lcg
labels:
app: lcg
version: v2.0.3
version: v2.0.4
spec:
entryPoints:
- websecure

View File

@@ -15,11 +15,11 @@ resources:
# Common labels
commonLabels:
app: lcg
version: v2.0.3
version: v2.0.4
managed-by: kustomize
# Images
images:
- name: lcg
newName: kuznetcovay/lcg
newTag: v2.0.3
newTag: v2.0.4

View File

@@ -5,7 +5,7 @@ metadata:
namespace: lcg
labels:
app: lcg
version: v2.0.3
version: v2.0.4
spec:
type: ClusterIP
ports:
@@ -15,4 +15,4 @@ spec:
name: http
selector:
app: lcg
version: v2.0.3
version: v2.0.4