mirror of
https://github.com/Direct-Dev-Ru/go-lcg.git
synced 2025-11-16 01:29:55 +00:00
Исправления в ветке main
This commit is contained in:
@@ -14,8 +14,7 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: lcg
|
||||
version: ${VERSION}
|
||||
app: lcg
|
||||
spec:
|
||||
containers:
|
||||
- name: lcg
|
||||
|
||||
@@ -1 +1 @@
|
||||
v2.0.6
|
||||
v2.0.5
|
||||
|
||||
@@ -4,8 +4,7 @@ metadata:
|
||||
name: lcg-route
|
||||
namespace: lcg
|
||||
labels:
|
||||
app: lcg
|
||||
version: ${VERSION}
|
||||
app: lcg
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user