Skip to content

Instantly share code, notes, and snippets.

@jc1518
Last active November 3, 2019 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jc1518/162968de984ef326057ecda4ab508d65 to your computer and use it in GitHub Desktop.
Save jc1518/162968de984ef326057ecda4ab508d65 to your computer and use it in GitHub Desktop.
Jira configmap file on k8s
---
apiVersion: v1
kind: ConfigMap
metadata:
name: jira-config
labels:
app: jira
data:
JVM_MINIMUM_MEMORY: 2048m
JVM_MAXIMUM_MEMORY: 2048m
ATL_PROXY_NAME: jira-sandbox.mydomain.com
ATL_PROXY_PORT: '32631'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment