Skip to content

Commit

Permalink
#1 - biocache cassandra, service, collectory and publishing service
Browse files Browse the repository at this point in the history
  • Loading branch information
patkyn committed Dec 12, 2024
1 parent 06e28ba commit 5075863
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions biocache-cassandra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ cassandra:

persistence:
existingClaim: "biocache-cassandra-claim"
mountPath: /data/cassandra/
subPathExpr: biocache-cassandra/$(MY_POD_NAME)
mountPath: /bitnami/cassandra
#subPathExpr: biocache-cassandra/$(MY_POD_NAME)
enabled: true
storageClass: efs-sc
accessMode: ReadWriteMany
size: 100Gi
size: 8Gi
2 changes: 1 addition & 1 deletion biocache-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
repository: atlasoflivingaustralia/biocache-service
tag: f3c2069e
dnsName: biocache-ws.dev.ala.org.au
replicaCount: 3
replicaCount: 1
serverPort: 8080
javaOpts: "-Dserver.port=8080 -Djava.awt.headless=true -Xmx4g -Xms1g -Dlog4j2.formatMsgNoLookups=true"
resources:
Expand Down
3 changes: 2 additions & 1 deletion collectory/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
image:
repository: atlasoflivingaustralia/collectory
tag: createdByIDv2
tag: 9144d68
pullPolicy: Always
dnsName: collections.dev.ala.org.au
replicaCount: 1
serverPort: 8080
Expand Down
3 changes: 1 addition & 2 deletions publishing-service/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: atlasoflivingaustralia/publishing-service
tag: 0.1.0
tag: latest
pullPolicy: Always
dnsName: publish-ws.dev.ala.org.au
replicaCount: 1
Expand All @@ -14,4 +14,3 @@ resources:
requests:
cpu: "1000m"
memory: "2Gi"

0 comments on commit 5075863

Please sign in to comment.