Skip to content
Snippets Groups Projects
  1. Nov 08, 2022
  2. Nov 05, 2022
  3. Oct 29, 2022
  4. Oct 28, 2022
  5. Oct 09, 2022
  6. Aug 25, 2022
    • James Smith's avatar
      Mark job pods not to use Istio's envoy sidecar (#18415) · 11659439
      James Smith authored
      * Mark job pods not to use Istio's envoy sidecar
      
      Istio injects sidecars into pods to implement mTLS between pods. Jobs
      usually don't know about this, so they don't signal the Envoy process
      to stop when the job finishes. Since at least one process is running
      in the pod, Kubernetes doesn't consider the job to be completed, so it
      lingers.
      
      By adding the `sidecar.istio.io/inject` annotation set to `"false"`,
      we let Istio know that it should not inject the sidecar. If Istio is
      not installed, then this has no impact.
      
      * Support arbitrary job annotations in the Helm chart
      
      Rather than focus on Istio, this allows arbitrary annotations for job pods.
      
      * Add in-line documentation for pod/job annotations
      11659439
    • Alex Nordlund's avatar
      63a5514b
  7. Aug 10, 2022
  8. May 14, 2022
  9. May 03, 2022
  10. Apr 12, 2022
  11. Feb 11, 2022
    • bobbyd0g's avatar
      Helm chart SSO support (#17205) · a131f06e
      bobbyd0g authored
      
      * Add SAML support
      
      * move extAuth below essential components
      
      * Add CAS, PAM, LDAP support
      
      * Add WEB_DOMAIN and S3_ALIAS_HOST support
      
      * SAML defaults aligned
      
      * Bump chart version
      
      * SSO & WEB_DOMAIN support added
      
      * Add OIDC support
      
      * Correct typo
      
      * Notice for OIDC support
      
      Co-authored-by: default avatarEugen Rochko <eugen@zeonfederated.com>
      a131f06e
  12. Feb 09, 2022
  13. Feb 03, 2022
  14. Feb 01, 2022
  15. Jan 09, 2022
  16. Nov 27, 2021
  17. Oct 14, 2021
  18. Sep 20, 2021
  19. Mar 12, 2021
  20. Feb 19, 2021
  21. Feb 15, 2021
  22. Feb 14, 2021
  23. Dec 19, 2020
  24. Nov 02, 2020
    • Patrice Ferlet's avatar
      Fix postrgres secret name for cronjob (#15072) · 4b2ec4a2
      Patrice Ferlet authored
      The cronjob tries to get key from `mastodon` secret instead of
      `mastodon-postgresql` - so the cronjob fails with this error:
      
      Error: couldn't find key postgresql-password in Secret [NS]/mastodon
      
      Another solution is to save the postgres password in mastodon secret,
      but that means that the password is placed in two places.
      
      Postgresql use <fullname>-postgresql name as secret name.
      4b2ec4a2
  25. Oct 21, 2020
  26. Oct 12, 2020
  27. Aug 02, 2020
  28. Jul 18, 2020
  29. Jul 07, 2020
  30. Jul 06, 2020
  31. Jun 29, 2020
    • Alex Dunn's avatar
      Add Helm chart (#14090) · 6d3125f9
      Alex Dunn authored
      * add Helm chart
      
      known issues/future work:
      
      - SSO is unsupported
      
      - S3/Minio/GCS is unsupported
      
      - Swift is unsupported
      
      - WEB_DOMAIN is unsupported
      
      - Tor is unsupported
      
      * helm: clarify how LOCAL_DOMAIN is set
      
      * helm: add chart description
      
      * helm: make DB_POOL and Sidekiq concurrency configurable
      
      * helm: only enforce pod affinity when using ReadWriteOnce
      
      * helm: clarify compatibility
      
      * helm: clean up application variables
      
      * helm: add job to create initial admin
      6d3125f9
Loading