This application is meant to be deployed to Kubernetes using Kustomize.
- Website: https://www.atlassian.com/software/jira
- Container Image: https://hub.docker.com/r/atlassian/jira-software
- Jira anticipates that all volume mounted files be owned by UID and GID 2001. Be sure to set this before deploying.
postgres_password
most be populated before deploying. The value for both should be the same as they are both unique environment variable that their respective container is hardcoded to receive.
An example overlay is provided from my environment. Simply create a new overlay using it as an example and deploy it to your environment like so:
kustomize build Jira/overlays/example | kubectl apply -f-