migrate opensearch to operator pattern (operator + cluster CR)

This commit is contained in:
Alexander Rogov
2026-07-12 16:50:51 +03:00
parent e7e1456acb
commit a7b94cb3fa
5 changed files with 83 additions and 42 deletions

View File

@@ -0,0 +1,29 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: opensearch-operator
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://opensearch-project.github.io/opensearch-k8s-operator/
chart: opensearch-operator
targetRevision: "3.0.2"
helm:
values: |
manager:
resources:
requests:
cpu: 200m
memory: 350Mi
limits:
cpu: 500m
memory: 500Mi
destination:
server: https://kubernetes.default.svc
namespace: opensearch-operator
syncPolicy:
syncOptions:
- CreateNamespace=true