Confluence synchrony pod is not starting. #819
Replies: 2 comments
-
Same if pvs is defined volumes:
localHome:
persistentVolumeClaim:
create: true
storageClassName: longhorn-appdata
sharedHome:
persistentVolumeClaim:
create: true
storageClassName: longhorn-shared
synchronyHome:
persistentVolumeClaim:
create: true
storageClassName: longhorn-appdata
# -- Specifies the standard K8s resource requests for the synchrony-home
# volume claims.
#
resources:
requests:
storage: 1Gi Config map for syncrhony is generaed: #!/usr/bin/env bash
java \
-Xms1g \
-Xmx2g \
-Xss2048k \
-Dsynchrony.port=8091 \
-Dcluster.listen.port=5701 \
-XX:ActiveProcessorCount=2 \
-classpath /opt/atlassian/confluence/confluence/WEB-INF/packages/synchrony-standalone.jar:/opt/atlassian/confluence/confluence/WEB-INF/lib/* \
synchrony.core \
sql Pod is crashing:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Database connection config must be defined in values and also disabling readinessProbe:
enabled: false |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to install confluence via helm in
v1.29.5+k3s1
Chart version
1.20.0
App version
8.5.9
Using default values, only enabled synchrony.
Running with
helm install confluence atlassian-data-center/confluence -n atlassian -f default-values.yaml
Synchrony pods logs:
Beta Was this translation helpful? Give feedback.
All reactions