pcp-tgu-ui-service в группе сервисов pcp: регистрация в CI + per-service Node-пайплайн + helm-чарт

This commit is contained in:
Дмитрий Соловьев
2026-06-09 13:43:47 +03:00
parent f292291e04
commit cb439319c5
10 changed files with 400 additions and 0 deletions
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "pcp-tgu-ui-service.fullname" . }}
labels:
{{- include "pcp-tgu-ui-service.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
selector:
app.kubernetes.io/name: {{ include "pcp-tgu-ui-service.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
ports:
- name: http
port: {{ .Values.service.port }}
targetPort: http
protocol: TCP