staged next wave of operators to add and configure

This commit is contained in:
2025-08-01 13:43:38 -05:00
parent 4fd272ddf7
commit 7ffc2c983b
45 changed files with 1554 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---
apiVersion: sailoperator.io/v1alpha1
kind: Istio
metadata:
name: default
spec:
namespace: istio-system
updateStrategy:
type: InPlace
inactiveRevisionDeletionGracePeriodSeconds: 30
version: v1.23.0
---
kind: IstioCNI
apiVersion: sailoperator.io/v1alpha1
metadata:
name: default
spec:
namespace: istio-cni
version: v1.23.0

View File

@@ -0,0 +1,11 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
commonAnnotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
resources:
- subscription.yaml
- namespace.yaml
- istio.yaml

View File

@@ -0,0 +1,24 @@
---
apiVersion: v1
kind: Namespace
metadata:
labels:
kubernetes.io/metadata.name: istio-system
name: istio-system
argocd.argoproj.io/managed-by: openshift-gitops-operator
name: istio-system
spec:
finalizers:
- kubernetes
---
apiVersion: v1
kind: Namespace
metadata:
labels:
kubernetes.io/metadata.name: istio-cni
name: istio-cni
argocd.argoproj.io/managed-by: openshift-gitops-operator
name: istio-cni
spec:
finalizers:
- kubernetes

View File

@@ -0,0 +1,33 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: service-mesh-operator
finalizers:
- resources-finalizer.argocd.argoproj.io
annotations:
argocd.argoproj.io/sync-wave: "3"
spec:
destination:
name: in-cluster
namespace: service-mesh-operator
project: default
source:
path: cluster-applications/service-mesh-operator
repoURL: git@github.com:rblundon/MK-Labs.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- RespectIgnoreDifferences=true
- CreateNamespace=true
managedNamespaceMetadata:
labels:
argocd.argoproj.io/managed-by: argocd
ignoreDifferences:
- group: apps
kind: Deployment
jsonPointers:
- /spec/replicas

View File

@@ -0,0 +1,12 @@
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: servicemeshoperator3
namespace: openshift-operators
spec:
channel: candidates
installPlanApproval: Automatic #Manual
name: servicemeshoperator3
source: redhat-operators
sourceNamespace: openshift-marketplace