reorganised

This commit is contained in:
2025-12-30 18:24:56 +11:00
parent 22ea1ce2ab
commit 212b70897f
2 changed files with 26 additions and 4 deletions

View File

@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cassandra-dc1-default-sts-0
namespace: openshift-gitops
spec:
project: default
destination:
server: https://kubernetes.default.svc
namespace: cassandra
source:
repoURL: https://gitea.apilab.us/cscott/cassandra.git
targetRevision: main
path: manifests
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
- PruneLast=true

View File

@@ -17,12 +17,12 @@ spec:
storage: 20Gi
resources:
requests:
memory: "2Gi"
memory: "1Gi"
limits:
memory: "4Gi"
memory: "3Gi"
config:
jvm-server-options:
initial_heap_size: "1024M"
max_heap_size: "2048M"
initial_heap_size: "768M"
max_heap_size: "1536M"
managementApiAuth:
insecure: {} # dev only; for prod use a secret