Warren Hodgkinson
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
5 additions and
40 deletions
-
k8s/charts/seaweedfs/Chart.yaml
-
k8s/charts/seaweedfs/templates/filer-statefulset.yaml
-
k8s/charts/seaweedfs/templates/master-statefulset.yaml
-
k8s/charts/seaweedfs/templates/volume-statefulset.yaml
|
|
@ -3,4 +3,4 @@ description: SeaweedFS |
|
|
|
name: seaweedfs |
|
|
|
appVersion: "3.85" |
|
|
|
# Dev note: Trigger a helm chart release by `git tag -a helm-<version>` |
|
|
|
version: 4.0.385 |
|
|
|
version: 4.0.386 |
|
|
@ -248,19 +248,15 @@ spec: |
|
|
|
- name: ca-cert |
|
|
|
readOnly: true |
|
|
|
mountPath: /usr/local/share/ca-certificates/ca/ |
|
|
|
- name: master-cert |
|
|
|
readOnly: true |
|
|
|
mountPath: /usr/local/share/ca-certificates/master/ |
|
|
|
- name: volume-cert |
|
|
|
readOnly: true |
|
|
|
mountPath: /usr/local/share/ca-certificates/volume/ |
|
|
|
- name: filer-cert |
|
|
|
readOnly: true |
|
|
|
mountPath: /usr/local/share/ca-certificates/filer/ |
|
|
|
{{- if .Values.filer.s3.enabled }} |
|
|
|
- name: client-cert |
|
|
|
readOnly: true |
|
|
|
mountPath: /usr/local/share/ca-certificates/client/ |
|
|
|
{{- end }} |
|
|
|
{{- end }} |
|
|
|
{{ tpl .Values.filer.extraVolumeMounts . | nindent 12 | trim }} |
|
|
|
ports: |
|
|
|
- containerPort: {{ .Values.filer.port }} |
|
|
@ -367,19 +363,15 @@ spec: |
|
|
|
- name: ca-cert |
|
|
|
secret: |
|
|
|
secretName: {{ template "seaweedfs.name" . }}-ca-cert |
|
|
|
- name: master-cert |
|
|
|
secret: |
|
|
|
secretName: {{ template "seaweedfs.name" . }}-master-cert |
|
|
|
- name: volume-cert |
|
|
|
secret: |
|
|
|
secretName: {{ template "seaweedfs.name" . }}-volume-cert |
|
|
|
- name: filer-cert |
|
|
|
secret: |
|
|
|
secretName: {{ template "seaweedfs.name" . }}-filer-cert |
|
|
|
{{- if .Values.filer.s3.enabled }} |
|
|
|
- name: client-cert |
|
|
|
secret: |
|
|
|
secretName: {{ template "seaweedfs.name" . }}-client-cert |
|
|
|
{{- end }} |
|
|
|
{{- end }} |
|
|
|
{{ tpl .Values.filer.extraVolumes . | indent 8 | trim }} |
|
|
|
{{- if .Values.filer.nodeSelector }} |
|
|
|
nodeSelector: |
|
|
|
|
|
@ -191,15 +191,6 @@ spec: |
|
|
|
- name: master-cert |
|
|
|
readOnly: true |
|
|
|
mountPath: /usr/local/share/ca-certificates/master/ |
|
|
|
- name: volume-cert |
|
|
|
readOnly: true |
|
|
|
mountPath: /usr/local/share/ca-certificates/volume/ |
|
|
|
- name: filer-cert |
|
|
|
readOnly: true |
|
|
|
mountPath: /usr/local/share/ca-certificates/filer/ |
|
|
|
- name: client-cert |
|
|
|
readOnly: true |
|
|
|
mountPath: /usr/local/share/ca-certificates/client/ |
|
|
|
{{- end }} |
|
|
|
{{ tpl .Values.master.extraVolumeMounts . | nindent 12 | trim }} |
|
|
|
ports: |
|
|
@ -289,15 +280,6 @@ spec: |
|
|
|
- name: master-cert |
|
|
|
secret: |
|
|
|
secretName: {{ template "seaweedfs.name" . }}-master-cert |
|
|
|
- name: volume-cert |
|
|
|
secret: |
|
|
|
secretName: {{ template "seaweedfs.name" . }}-volume-cert |
|
|
|
- name: filer-cert |
|
|
|
secret: |
|
|
|
secretName: {{ template "seaweedfs.name" . }}-filer-cert |
|
|
|
- name: client-cert |
|
|
|
secret: |
|
|
|
secretName: {{ template "seaweedfs.name" . }}-client-cert |
|
|
|
{{- end }} |
|
|
|
{{ tpl .Values.master.extraVolumes . | indent 8 | trim }} |
|
|
|
{{- if .Values.master.nodeSelector }} |
|
|
|
|
|
@ -207,18 +207,9 @@ spec: |
|
|
|
- name: ca-cert |
|
|
|
readOnly: true |
|
|
|
mountPath: /usr/local/share/ca-certificates/ca/ |
|
|
|
- name: master-cert |
|
|
|
readOnly: true |
|
|
|
mountPath: /usr/local/share/ca-certificates/master/ |
|
|
|
- name: volume-cert |
|
|
|
readOnly: true |
|
|
|
mountPath: /usr/local/share/ca-certificates/volume/ |
|
|
|
- name: filer-cert |
|
|
|
readOnly: true |
|
|
|
mountPath: /usr/local/share/ca-certificates/filer/ |
|
|
|
- name: client-cert |
|
|
|
readOnly: true |
|
|
|
mountPath: /usr/local/share/ca-certificates/client/ |
|
|
|
{{- end }} |
|
|
|
{{ tpl .Values.volume.extraVolumeMounts . | nindent 12 | trim }} |
|
|
|
ports: |
|
|
|