DEVX-200: [BE] Унифицировать понятие версии сервиса

This commit is contained in:
2026-04-07 22:17:58 +03:00
parent 5712cd055d
commit d7947cd8a8
4 changed files with 9 additions and 9 deletions
@@ -1,10 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: "{{$.Release.Name}}-{{$.Values.name}}"
name: "{{$.Release.Name}}-{{$.Chart.Name}}"
spec:
selector:
app.kubernetes.io/name: {{$.Values.name}}
app.kubernetes.io/name: {{$.Chart.Name}}
app.kubernetes.io/instance: {{ $.Release.Name }}
ports:
- protocol: TCP