Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Completed
Created by Guest
Created on Sep 9, 2023

Custom Pod Annotations

This is regarding usage of service mesh / policy agent automations for stateful sets.
  • ADMIN RESPONSE
    Aug 1, 2025
    This is already possible actually! Though it's definitely an area where we need to improve our docs. In any valid working MongoDBCommunity deployment you'd need to specify: spec: statefulSet: spec: template: metadata: annotations: example.com/annotation-1: "value-1" example.com/annotation-2: "value-2" And obviously alter the annotations according to your needs!
  • Attach files
  • Guest
    Sep 9, 2023
    This is for community-kubernetes-operator