mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 22:47:56 +08:00
filer: make k8s service ClusterIP type
easier to patch/expose ( probably LoadBalancer will be better, but that also works)
This commit is contained in:
@@ -10,7 +10,6 @@ metadata:
|
||||
monitoring: "true"
|
||||
{{- end }}
|
||||
spec:
|
||||
clusterIP: None
|
||||
ports:
|
||||
- name: "swfs-filer"
|
||||
port: {{ .Values.filer.port }}
|
||||
|
Reference in New Issue
Block a user