Browse Source

Move helm templates into folders (#7113)

* refactor: move helm templates into respective service folders

* fix: update template path reference in filer-statefulset for s3-secret
pull/7122/head
Devin Lauderdale 2 months ago
committed by GitHub
parent
commit
fae416586b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 0
      k8s/charts/seaweedfs/templates/all-in-one/all-in-one-deployment.yaml
  2. 0
      k8s/charts/seaweedfs/templates/all-in-one/all-in-one-pvc.yaml
  3. 0
      k8s/charts/seaweedfs/templates/all-in-one/all-in-one-service.yml
  4. 0
      k8s/charts/seaweedfs/templates/all-in-one/all-in-one-servicemonitor.yaml
  5. 0
      k8s/charts/seaweedfs/templates/cert/ca-cert.yaml
  6. 0
      k8s/charts/seaweedfs/templates/cert/cert-caissuer.yaml
  7. 0
      k8s/charts/seaweedfs/templates/cert/cert-issuer.yaml
  8. 0
      k8s/charts/seaweedfs/templates/cert/client-cert.yaml
  9. 0
      k8s/charts/seaweedfs/templates/cert/filer-cert.yaml
  10. 0
      k8s/charts/seaweedfs/templates/cert/master-cert.yaml
  11. 0
      k8s/charts/seaweedfs/templates/cert/volume-cert.yaml
  12. 0
      k8s/charts/seaweedfs/templates/cosi/cosi-bucket-class.yaml
  13. 0
      k8s/charts/seaweedfs/templates/cosi/cosi-cluster-role.yaml
  14. 0
      k8s/charts/seaweedfs/templates/cosi/cosi-deployment.yaml
  15. 0
      k8s/charts/seaweedfs/templates/cosi/cosi-service-account.yaml
  16. 0
      k8s/charts/seaweedfs/templates/filer/filer-ingress.yaml
  17. 0
      k8s/charts/seaweedfs/templates/filer/filer-service-client.yaml
  18. 0
      k8s/charts/seaweedfs/templates/filer/filer-service.yaml
  19. 0
      k8s/charts/seaweedfs/templates/filer/filer-servicemonitor.yaml
  20. 2
      k8s/charts/seaweedfs/templates/filer/filer-statefulset.yaml
  21. 0
      k8s/charts/seaweedfs/templates/master/master-configmap.yaml
  22. 0
      k8s/charts/seaweedfs/templates/master/master-ingress.yaml
  23. 0
      k8s/charts/seaweedfs/templates/master/master-service.yaml
  24. 0
      k8s/charts/seaweedfs/templates/master/master-servicemonitor.yaml
  25. 0
      k8s/charts/seaweedfs/templates/master/master-statefulset.yaml
  26. 0
      k8s/charts/seaweedfs/templates/s3/s3-deployment.yaml
  27. 0
      k8s/charts/seaweedfs/templates/s3/s3-ingress.yaml
  28. 0
      k8s/charts/seaweedfs/templates/s3/s3-secret.yaml
  29. 0
      k8s/charts/seaweedfs/templates/s3/s3-service.yaml
  30. 0
      k8s/charts/seaweedfs/templates/s3/s3-servicemonitor.yaml
  31. 0
      k8s/charts/seaweedfs/templates/sftp/sftp-deployment.yaml
  32. 0
      k8s/charts/seaweedfs/templates/sftp/sftp-secret.yaml
  33. 0
      k8s/charts/seaweedfs/templates/sftp/sftp-service.yaml
  34. 0
      k8s/charts/seaweedfs/templates/sftp/sftp-servicemonitor.yaml
  35. 0
      k8s/charts/seaweedfs/templates/shared/_helpers.tpl
  36. 0
      k8s/charts/seaweedfs/templates/shared/cluster-role.yaml
  37. 0
      k8s/charts/seaweedfs/templates/shared/notification-configmap.yaml
  38. 0
      k8s/charts/seaweedfs/templates/shared/post-install-bucket-hook.yaml
  39. 0
      k8s/charts/seaweedfs/templates/shared/seaweedfs-grafana-dashboard.yaml
  40. 0
      k8s/charts/seaweedfs/templates/shared/secret-seaweedfs-db.yaml
  41. 0
      k8s/charts/seaweedfs/templates/shared/security-configmap.yaml
  42. 0
      k8s/charts/seaweedfs/templates/shared/service-account.yaml
  43. 0
      k8s/charts/seaweedfs/templates/volume/volume-resize-hook.yaml
  44. 0
      k8s/charts/seaweedfs/templates/volume/volume-service.yaml
  45. 0
      k8s/charts/seaweedfs/templates/volume/volume-servicemonitor.yaml
  46. 0
      k8s/charts/seaweedfs/templates/volume/volume-statefulset.yaml

0
k8s/charts/seaweedfs/templates/all-in-one-deployment.yaml → k8s/charts/seaweedfs/templates/all-in-one/all-in-one-deployment.yaml

0
k8s/charts/seaweedfs/templates/all-in-one-pvc.yaml → k8s/charts/seaweedfs/templates/all-in-one/all-in-one-pvc.yaml

0
k8s/charts/seaweedfs/templates/all-in-one-service.yml → k8s/charts/seaweedfs/templates/all-in-one/all-in-one-service.yml

0
k8s/charts/seaweedfs/templates/all-in-one-servicemonitor.yaml → k8s/charts/seaweedfs/templates/all-in-one/all-in-one-servicemonitor.yaml

0
k8s/charts/seaweedfs/templates/ca-cert.yaml → k8s/charts/seaweedfs/templates/cert/ca-cert.yaml

0
k8s/charts/seaweedfs/templates/cert-caissuer.yaml → k8s/charts/seaweedfs/templates/cert/cert-caissuer.yaml

0
k8s/charts/seaweedfs/templates/cert-issuer.yaml → k8s/charts/seaweedfs/templates/cert/cert-issuer.yaml

0
k8s/charts/seaweedfs/templates/client-cert.yaml → k8s/charts/seaweedfs/templates/cert/client-cert.yaml

0
k8s/charts/seaweedfs/templates/filer-cert.yaml → k8s/charts/seaweedfs/templates/cert/filer-cert.yaml

0
k8s/charts/seaweedfs/templates/master-cert.yaml → k8s/charts/seaweedfs/templates/cert/master-cert.yaml

0
k8s/charts/seaweedfs/templates/volume-cert.yaml → k8s/charts/seaweedfs/templates/cert/volume-cert.yaml

0
k8s/charts/seaweedfs/templates/cosi-bucket-class.yaml → k8s/charts/seaweedfs/templates/cosi/cosi-bucket-class.yaml

0
k8s/charts/seaweedfs/templates/cosi-cluster-role.yaml → k8s/charts/seaweedfs/templates/cosi/cosi-cluster-role.yaml

0
k8s/charts/seaweedfs/templates/cosi-deployment.yaml → k8s/charts/seaweedfs/templates/cosi/cosi-deployment.yaml

0
k8s/charts/seaweedfs/templates/cosi-service-account.yaml → k8s/charts/seaweedfs/templates/cosi/cosi-service-account.yaml

0
k8s/charts/seaweedfs/templates/filer-ingress.yaml → k8s/charts/seaweedfs/templates/filer/filer-ingress.yaml

0
k8s/charts/seaweedfs/templates/filer-service-client.yaml → k8s/charts/seaweedfs/templates/filer/filer-service-client.yaml

0
k8s/charts/seaweedfs/templates/filer-service.yaml → k8s/charts/seaweedfs/templates/filer/filer-service.yaml

0
k8s/charts/seaweedfs/templates/filer-servicemonitor.yaml → k8s/charts/seaweedfs/templates/filer/filer-servicemonitor.yaml

2
k8s/charts/seaweedfs/templates/filer-statefulset.yaml → k8s/charts/seaweedfs/templates/filer/filer-statefulset.yaml

@ -53,7 +53,7 @@ spec:
{{- $configSecret := (lookup "v1" "Secret" .Release.Namespace .Values.filer.s3.existingConfigSecret) | default dict }}
checksum/s3config: {{ $configSecret | toYaml | sha256sum }}
{{- else }}
checksum/s3config: {{ include (print .Template.BasePath "/s3-secret.yaml") . | sha256sum }}
checksum/s3config: {{ include (print .Template.BasePath "/s3/s3-secret.yaml") . | sha256sum }}
{{- end }}
spec:
restartPolicy: {{ default .Values.global.restartPolicy .Values.filer.restartPolicy }}

0
k8s/charts/seaweedfs/templates/master-configmap.yaml → k8s/charts/seaweedfs/templates/master/master-configmap.yaml

0
k8s/charts/seaweedfs/templates/master-ingress.yaml → k8s/charts/seaweedfs/templates/master/master-ingress.yaml

0
k8s/charts/seaweedfs/templates/master-service.yaml → k8s/charts/seaweedfs/templates/master/master-service.yaml

0
k8s/charts/seaweedfs/templates/master-servicemonitor.yaml → k8s/charts/seaweedfs/templates/master/master-servicemonitor.yaml

0
k8s/charts/seaweedfs/templates/master-statefulset.yaml → k8s/charts/seaweedfs/templates/master/master-statefulset.yaml

0
k8s/charts/seaweedfs/templates/s3-deployment.yaml → k8s/charts/seaweedfs/templates/s3/s3-deployment.yaml

0
k8s/charts/seaweedfs/templates/s3-ingress.yaml → k8s/charts/seaweedfs/templates/s3/s3-ingress.yaml

0
k8s/charts/seaweedfs/templates/s3-secret.yaml → k8s/charts/seaweedfs/templates/s3/s3-secret.yaml

0
k8s/charts/seaweedfs/templates/s3-service.yaml → k8s/charts/seaweedfs/templates/s3/s3-service.yaml

0
k8s/charts/seaweedfs/templates/s3-servicemonitor.yaml → k8s/charts/seaweedfs/templates/s3/s3-servicemonitor.yaml

0
k8s/charts/seaweedfs/templates/sftp-deployment.yaml → k8s/charts/seaweedfs/templates/sftp/sftp-deployment.yaml

0
k8s/charts/seaweedfs/templates/sftp-secret.yaml → k8s/charts/seaweedfs/templates/sftp/sftp-secret.yaml

0
k8s/charts/seaweedfs/templates/sftp-service.yaml → k8s/charts/seaweedfs/templates/sftp/sftp-service.yaml

0
k8s/charts/seaweedfs/templates/sftp-servicemonitor.yaml → k8s/charts/seaweedfs/templates/sftp/sftp-servicemonitor.yaml

0
k8s/charts/seaweedfs/templates/_helpers.tpl → k8s/charts/seaweedfs/templates/shared/_helpers.tpl

0
k8s/charts/seaweedfs/templates/cluster-role.yaml → k8s/charts/seaweedfs/templates/shared/cluster-role.yaml

0
k8s/charts/seaweedfs/templates/notification-configmap.yaml → k8s/charts/seaweedfs/templates/shared/notification-configmap.yaml

0
k8s/charts/seaweedfs/templates/post-install-bucket-hook.yaml → k8s/charts/seaweedfs/templates/shared/post-install-bucket-hook.yaml

0
k8s/charts/seaweedfs/templates/seaweedfs-grafana-dashboard.yaml → k8s/charts/seaweedfs/templates/shared/seaweedfs-grafana-dashboard.yaml

0
k8s/charts/seaweedfs/templates/secret-seaweedfs-db.yaml → k8s/charts/seaweedfs/templates/shared/secret-seaweedfs-db.yaml

0
k8s/charts/seaweedfs/templates/security-configmap.yaml → k8s/charts/seaweedfs/templates/shared/security-configmap.yaml

0
k8s/charts/seaweedfs/templates/service-account.yaml → k8s/charts/seaweedfs/templates/shared/service-account.yaml

0
k8s/charts/seaweedfs/templates/volume-resize-hook.yaml → k8s/charts/seaweedfs/templates/volume/volume-resize-hook.yaml

0
k8s/charts/seaweedfs/templates/volume-service.yaml → k8s/charts/seaweedfs/templates/volume/volume-service.yaml

0
k8s/charts/seaweedfs/templates/volume-servicemonitor.yaml → k8s/charts/seaweedfs/templates/volume/volume-servicemonitor.yaml

0
k8s/charts/seaweedfs/templates/volume-statefulset.yaml → k8s/charts/seaweedfs/templates/volume/volume-statefulset.yaml

Loading…
Cancel
Save