reorganised
This commit is contained in:
22
bootstrap/cassandra-application.yaml
Normal file
22
bootstrap/cassandra-application.yaml
Normal 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
|
||||||
@@ -17,12 +17,12 @@ spec:
|
|||||||
storage: 20Gi
|
storage: 20Gi
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "2Gi"
|
memory: "1Gi"
|
||||||
limits:
|
limits:
|
||||||
memory: "4Gi"
|
memory: "3Gi"
|
||||||
config:
|
config:
|
||||||
jvm-server-options:
|
jvm-server-options:
|
||||||
initial_heap_size: "1024M"
|
initial_heap_size: "768M"
|
||||||
max_heap_size: "2048M"
|
max_heap_size: "1536M"
|
||||||
managementApiAuth:
|
managementApiAuth:
|
||||||
insecure: {} # dev only; for prod use a secret
|
insecure: {} # dev only; for prod use a secret
|
||||||
Reference in New Issue
Block a user