Files
devops-infra-helm-charts-gcp/helm-templates/telegraf-operator/templates/service.yaml
T
2026-08-26 03:39:42 +05:30

17 lines
382 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "telegraf-operator.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "telegraf-operator.labels" . | nindent 4 }}
spec:
type: ClusterIP
ports:
- name: https
port: 443
protocol: TCP
targetPort: 9443
selector:
{{- include "telegraf-operator.selectorLabels" . | nindent 4 }}