Skip to content

Commit

Permalink
remove service
Browse files Browse the repository at this point in the history
  • Loading branch information
avimoondra committed May 21, 2024
1 parent 2b7667b commit 6bb4313
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions charts/retool/templates/deployment_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,16 +345,3 @@ spec:
matchLabels:
{{- include "retool.selectorLabels" . | nindent 6 }}
{{- end }}
---
apiVersion: v1
kind: Service
metadata:
name: {{ template "retool.fullname" . }}
spec:
selector:
{{- include "retool.selectorLabels" . | nindent 4 }}
ports:
- protocol: TCP
port: 80
targetPort: {{ .Values.service.internalPort }}
name: http-server

0 comments on commit 6bb4313

Please sign in to comment.