Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Setting java.arg.2, java.arg.3 in kubernetes yaml
Labels:
- Labels:
-
Apache NiFi
Expert Contributor
Created ‎03-28-2024 03:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible to set bootstrap.conf properties(java.arg.2, java.arg.3) in kubernetes config yaml?
1 REPLY 1
Super Collaborator
Created ‎05-01-2024 06:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Define environment variables in your Kubernetes Deployment or Pod configuration YAML file.
- Assign values to these environment variables to represent the properties from your bootstrap.conf file (e.g., JAVA_ARG_2, JAVA_ARG_3).
- These environment variables will be accessible within your containerized application.
- Use these environment variables to set properties in your application's bootstrap process.
- Adjust the names and values of the environment variables according to your specific requirements and configurations.
