Watch
1
0
Fork
You've already forked pkg-proxy
1
mirror of https://github.com/git-pkgs/proxy.git synced 2026-08-23 20:34:56 -04:00
pkg-proxy/deploy/charts/proxy/templates/service.yaml
Andrew Nesbitt 116f763bd8 Add Helm chart
2026-08-13 10:36:34 +01:00

16 lines
393 B
YAML

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