Skip to content

Commit

Permalink
refacto(helm): change whanos-deployment service type to NodePort
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeptossss committed Dec 14, 2023
1 parent 57257f2 commit 5d768bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube/helm/whanos-deploy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}-lb
name: {{ .Release.Name }}-np
spec:
type: LoadBalancer
type: NodePort
ports:
{{- range .Values.deployment.ports }}
- targetPort: {{ . }}
Expand Down

0 comments on commit 5d768bf

Please sign in to comment.