config/helm/squid/templates/service.yaml (10 lines of code) (raw):

apiVersion: v1 kind: Service metadata: name: {{ .Values.squid.label }} spec: selector: app: {{ .Values.squid.label }} ports: - port: {{ .Values.squid.port }} protocol: TCP