filer: make k8s service ClusterIP type

easier to patch/expose ( probably LoadBalancer will be better, but that also works)
This commit is contained in:
LazyDBA247-Anyvision 2021-02-09 09:43:55 +02:00
parent 5b1def9080
commit b6fba0c03f

View File

@ -10,7 +10,6 @@ metadata:
monitoring: "true"
{{- end }}
spec:
clusterIP: None
ports:
- name: "swfs-filer"
port: {{ .Values.filer.port }}
@ -28,4 +27,4 @@ spec:
{{- end }}
selector:
app: {{ template "seaweedfs.name" . }}
component: filer
component: filer