Closed lvarin closed 4 months ago
This pull request introduces a new feature that adds the appName variable to all relevant Kubernetes resource templates. This change allows the resources to be deployed within the same namespace more effectively. The MongoDB deployment, service, and PVC templates, as well as the TRS Filer configMap and deployment templates, have been updated to include the appName variable. Additionally, the trs_filer image version has been updated, and the appName variable has been added to the values.yaml file.
Files | Changes |
---|---|
deployment/templates/mongo-deploy.yaml deployment/templates/mongo-service.yaml deployment/templates/mongo-pvc.yaml |
Updated MongoDB deployment, service, and PVC templates to include appName variable for better namespace management. |
deployment/templates/trs-filer-configmap-job.yaml deployment/templates/trs-filer-deploy.yaml |
Updated TRS Filer configMap and deployment templates to include appName variable. |
deployment/values.yaml |
Updated trs_filer image version and added appName variable. |
…rces in the same namespace
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
Checklist:
Summary by Sourcery
This pull request introduces the appName variable to all resource names in the deployment templates, enabling them to be deployed alongside other resources in the same namespace. Additionally, the trs-filer image version has been updated in the values.yaml file.