imfreedom/k8s-cluster

b1400f089b41
Parents e634e7bec149
Children d532cccd4078
Disable log4j2.formatMsgNoLookups in both hub and youtrack
--- a/50-hub.imfreedom.org/manifest.yaml Tue Nov 16 22:34:48 2021 -0600
+++ b/50-hub.imfreedom.org/manifest.yaml Fri Dec 10 19:35:32 2021 -0600
@@ -111,9 +111,33 @@
labels:
app: hub
spec:
+ initContainers:
+ - name: configure
+ image: docker.io/jetbrains/hub:2021.1.13956
+ command:
+ - /run.sh
+ - configure
+ - -J-Dlog4j2.formatMsgNoLookups=true
+ volumeMounts:
+ - mountPath: /opt/hub/data/
+ name: hub
+ readOnly: false
+ subPath: data
+ - mountPath: /opt/hub/conf/
+ name: hub
+ readOnly: false
+ subPath: conf
+ - mountPath: /opt/hub/logs/
+ name: hub
+ readOnly: false
+ subPath: logs
+ - mountPath: /opt/hub/backups/
+ name: hub
+ readOnly: false
+ subPath: backups
containers:
- name: hub
- image: docker.io/jetbrains/hub:2021.1.13841
+ image: docker.io/jetbrains/hub:2021.1.13956
ports:
- containerPort: 8080
resources:
--- a/50-issues.imfreedom.org/manifest.yaml Tue Nov 16 22:34:48 2021 -0600
+++ b/50-issues.imfreedom.org/manifest.yaml Fri Dec 10 19:35:32 2021 -0600
@@ -113,9 +113,37 @@
type: Recreate
template:
spec:
+ initContainers:
+ - name: configure
+ image: docker.io/jetbrains/youtrack:2021.4.34389
+ command:
+ - /run.sh
+ - configure
+ - -J-Dlog4j2.formatMsgNoLookups=true
+ volumeMounts:
+ - mountPath: /opt/youtrack/data
+ name: datadir
+ readOnly: false
+ subPath: data
+ - mountPath: /opt/youtrack/conf
+ name: datadir
+ readOnly: false
+ subPath: conf
+ - mountPath: /opt/youtrack/logs/
+ name: hostdir
+ readOnly: false
+ subPath: logs
+ - mountPath: /opt/youtrack/backups/
+ name: datadir
+ readOnly: false
+ subPath: backups
+ - mountPath: /opt/youtrack/temp/
+ name: hostdir
+ readOnly: false
+ subPath: temp
containers:
- name: youtrack
- image: docker.io/jetbrains/youtrack:2021.4.32527
+ image: docker.io/jetbrains/youtrack:2021.4.34389
ports:
- containerPort: 8080
resources: