Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBZ-6962 Initial support for pod templating #17

Merged
merged 2 commits into from
Oct 17, 2023
Merged

Conversation

jcechace
Copy link
Member

@jcechace jcechace commented Oct 16, 2023

https://issues.redhat.com/browse/DBZ-6962

Allows modifying pod creating like this:

 runtime:
    templates:
      pod:
        metadata:
          labels:
            foo: bar
        imagePullSecrets:
        -  name: jcechace-pull-secret

Currently the following attributes of pods are supported

  • metadata (labels and annotations)
  • affinity
  • security context
  • image pull secrets

@jcechace jcechace marked this pull request as ready for review October 17, 2023 07:40
@obabec obabec merged commit 0791ee1 into debezium:main Oct 17, 2023
2 checks passed
@minchowang
Copy link

Hi @jcechace, Can you add for request and limits of cpu & memory?

@jcechace
Copy link
Member Author

@minchowang Please open another Jira. It should be an easy addition. However this time we will have to introduce similar template model for containers

jcechace added a commit to jcechace/debezium-operator that referenced this pull request Nov 4, 2023
* DBZ-6962 Ability to configure various aspects of DebeziumServer's pod via PodTemplate

* DBZ-6962 Added property descriptions and other serialisation configuration
jpechane pushed a commit that referenced this pull request Nov 6, 2023
* DBZ-6962 Ability to configure various aspects of DebeziumServer's pod via PodTemplate

* DBZ-6962 Added property descriptions and other serialisation configuration
jpechane pushed a commit that referenced this pull request Nov 16, 2023
* DBZ-6962 Ability to configure various aspects of DebeziumServer's pod via PodTemplate

* DBZ-6962 Added property descriptions and other serialisation configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants