staged next wave of operators to add and configure
This commit is contained in:
19
cluster/service-mesh-operator/istio.yaml
Normal file
19
cluster/service-mesh-operator/istio.yaml
Normal 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
|
||||
11
cluster/service-mesh-operator/kustomization.yaml
Normal file
11
cluster/service-mesh-operator/kustomization.yaml
Normal 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
|
||||
24
cluster/service-mesh-operator/namespace.yaml
Normal file
24
cluster/service-mesh-operator/namespace.yaml
Normal 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
|
||||
33
cluster/service-mesh-operator/service-mesh-operator.yaml
Normal file
33
cluster/service-mesh-operator/service-mesh-operator.yaml
Normal 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
|
||||
12
cluster/service-mesh-operator/subscription.yaml
Normal file
12
cluster/service-mesh-operator/subscription.yaml
Normal 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
|
||||
Reference in New Issue
Block a user