Files
devops-infra-helm-charts-gcp/helm-templates/kyverno-3.8.1/charts/reports-server/templates/service.yaml
T
2026-08-26 03:39:42 +05:30

17 lines
415 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "reports-server.fullname" . }}
namespace: {{ $.Release.Namespace }}
labels:
{{- include "reports-server.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- name: https
port: {{ .Values.service.port }}
protocol: TCP
targetPort: https
selector:
{{- include "reports-server.selectorLabels" . | nindent 4 }}