Files
Nuxgrid fb10d25ee2
ci-api / test (push) Successful in 22m30s
ci-web / test (push) Successful in 13m15s
chore: update
2026-08-01 23:33:11 +02:00

16 lines
370 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "lbtelegram.fullname" . }}
labels:
{{- include "lbtelegram.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
selector:
{{- include "lbtelegram.selectorLabels" . | nindent 4 }}
ports:
- name: http
port: {{ .Values.service.port }}
targetPort: http
protocol: TCP