Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 793 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 793 Bytes

Jira

This application is meant to be deployed to Kubernetes using Kustomize.


Notes

  • 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.

Instructions

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-