Skip to content

Commit 07fbbb2

Browse files
committed
add service
1 parent 4dbf359 commit 07fbbb2

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

helm/templates/service.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
name: {{ include "stac-auth-proxy.fullname" . }}
5+
labels:
6+
{{- include "stac-auth-proxy.labels" . | nindent 4 }}
7+
spec:
8+
type: {{ .Values.service.type }}
9+
ports:
10+
- port: {{ .Values.service.port }}
11+
targetPort: http
12+
protocol: TCP
13+
name: http
14+
selector:
15+
{{- include "stac-auth-proxy.selectorLabels" . | nindent 4 }}

0 commit comments

Comments
 (0)