gitea/.helm/templates/gitea-service.yaml
bootstrap 72580b1a67
All checks were successful
trash-ci / smoke (push) Successful in 0s
Make runner smoke CI self contained
2026-05-06 17:46:25 +03:00

19 lines
379 B
YAML

apiVersion: v1
kind: Service
metadata:
name: gitea
namespace: {{ .Release.Namespace | quote }}
labels:
{{- include "gitea.labels" . | nindent 4 }}
app: gitea
service: gitea
spec:
type: {{ .Values.gitea.service.type }}
selector:
app: gitea
ports:
- name: http
port: {{ .Values.gitea.service.port }}
targetPort: http
protocol: TCP