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

This commit is contained in:
2025-10-28 14:42:17 +06:00
parent 3c95eb85db
commit deb80f2b37
11 changed files with 29 additions and 37 deletions

View File

@@ -14,8 +14,7 @@ spec:
template:
metadata:
labels:
app: lcg
version: ${VERSION}
app: lcg
spec:
containers:
- name: lcg

View File

@@ -1 +1 @@
v2.0.6
v2.0.5

View File

@@ -4,8 +4,7 @@ metadata:
name: lcg-route
namespace: lcg
labels:
app: lcg
version: ${VERSION}
app: lcg
spec:
entryPoints:
- websecure

View File

@@ -13,13 +13,13 @@ resources:
- ingress-route.yaml
# Common labels
commonLabels:
app: lcg
version: ${VERSION}
managed-by: kustomize
# commonLabels:
# app: lcg
# version: ${VERSION}
# managed-by: kustomize
# Images
images:
- name: lcg
newName: ${REPOSITORY}
newTag: ${VERSION}
# images:
# - name: lcg
# newName: ${REPOSITORY}
# newTag: ${VERSION}

View File

@@ -4,8 +4,7 @@ metadata:
name: lcg
namespace: lcg
labels:
app: lcg
version: ${VERSION}
app: lcg
spec:
type: ClusterIP
ports:
@@ -14,5 +13,4 @@ spec:
protocol: TCP
name: http
selector:
app: lcg
version: ${VERSION}
app: lcg