Skip to content

Commit

Permalink
overwride .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bwalsh committed Oct 15, 2024
1 parent 9ec32e2 commit c4aaa11
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions helm/viv/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Values.serviceName}}
labels:
{{- include "viv.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "viv.selectorLabels" . | nindent 4 }}

0 comments on commit c4aaa11

Please sign in to comment.