Skip to content

Commit

Permalink
Update service.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
codzilla865 authored Mar 28, 2024
1 parent a0d448d commit 1b4ea2f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions charts/rucio-server/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@ metadata:
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: {{ .Values.service.targetPort }}
protocol: {{ .Values.service.protocol }}
name: {{ .Values.service.name }}
{{- if .Values.service.nodePort }}
nodePort: {{ .Values.service.nodePort }}
{{- end }}
- nodePort: {{ .Values.service.nodePort }}
selector:
app: {{ template "rucio.name" . }}
release: {{ .Release.Name }}
Expand Down

0 comments on commit 1b4ea2f

Please sign in to comment.