mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
456 lines
13 KiB
YAML
456 lines
13 KiB
YAML
# Source: kube-arangodb/templates/service-account.yaml
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: arango-deployment-operator
|
|
namespace: default
|
|
labels:
|
|
app.kubernetes.io/name: kube-arangodb
|
|
helm.sh/chart: kube-arangodb-1.2.40
|
|
app.kubernetes.io/managed-by: Tiller
|
|
app.kubernetes.io/instance: deployment
|
|
release: deployment
|
|
---
|
|
# Source: kube-arangodb/templates/crd/cluster-role.yaml
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|
|
name: arango-deployment-operator-rbac-crd
|
|
labels:
|
|
app.kubernetes.io/name: kube-arangodb
|
|
helm.sh/chart: kube-arangodb-1.2.40
|
|
app.kubernetes.io/managed-by: Tiller
|
|
app.kubernetes.io/instance: deployment
|
|
release: deployment
|
|
rules:
|
|
- apiGroups: ["apiextensions.k8s.io"]
|
|
resources: ["customresourcedefinitions"]
|
|
verbs: ["get", "list", "watch", "update", "delete"]
|
|
resourceNames:
|
|
- "arangodeployments.database.arangodb.com"
|
|
- "arangoclustersynchronizations.database.arangodb.com"
|
|
- "arangomembers.database.arangodb.com"
|
|
- "arangotasks.database.arangodb.com"
|
|
- "arangodeploymentreplications.replication.database.arangodb.com"
|
|
- "arangobackups.backup.arangodb.com"
|
|
- "arangobackuppolicies.backup.arangodb.com"
|
|
- "arangojobs.apps.arangodb.com"
|
|
- "arangolocalstorages.storage.arangodb.com"
|
|
---
|
|
# Source: kube-arangodb/templates/deployment-operator/cluster-role.yaml
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|
|
name: arango-deployment-operator-rbac-deployment
|
|
labels:
|
|
app.kubernetes.io/name: kube-arangodb
|
|
helm.sh/chart: kube-arangodb-1.2.40
|
|
app.kubernetes.io/managed-by: Tiller
|
|
app.kubernetes.io/instance: deployment
|
|
release: deployment
|
|
rules:
|
|
- apiGroups: ["apiextensions.k8s.io"]
|
|
resources: ["customresourcedefinitions"]
|
|
verbs: ["get", "list", "watch"]
|
|
- apiGroups: [""]
|
|
resources: ["namespaces", "nodes", "persistentvolumes"]
|
|
verbs: ["get", "list"]
|
|
---
|
|
# Source: kube-arangodb/templates/crd/cluster-role-binding.yaml
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: arango-deployment-operator-rbac-crd
|
|
labels:
|
|
app.kubernetes.io/name: kube-arangodb
|
|
helm.sh/chart: kube-arangodb-1.2.40
|
|
app.kubernetes.io/managed-by: Tiller
|
|
app.kubernetes.io/instance: deployment
|
|
release: deployment
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: arango-deployment-operator-rbac-crd
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: arango-deployment-operator
|
|
namespace: default
|
|
---
|
|
# Source: kube-arangodb/templates/deployment-operator/cluster-role-binding.yaml
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: arango-deployment-operator-rbac-deployment
|
|
labels:
|
|
app.kubernetes.io/name: kube-arangodb
|
|
helm.sh/chart: kube-arangodb-1.2.40
|
|
app.kubernetes.io/managed-by: Tiller
|
|
app.kubernetes.io/instance: deployment
|
|
release: deployment
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: arango-deployment-operator-rbac-deployment
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: arango-deployment-operator
|
|
namespace: default
|
|
---
|
|
# Source: kube-arangodb/templates/deployment-operator/default-role.yaml
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: Role
|
|
metadata:
|
|
name: arango-deployment-operator-rbac-default
|
|
namespace: default
|
|
labels:
|
|
app.kubernetes.io/name: kube-arangodb
|
|
helm.sh/chart: kube-arangodb-1.2.40
|
|
app.kubernetes.io/managed-by: Tiller
|
|
app.kubernetes.io/instance: deployment
|
|
release: deployment
|
|
rules:
|
|
- apiGroups: [""]
|
|
resources: ["pods"]
|
|
verbs: ["get"]
|
|
---
|
|
# Source: kube-arangodb/templates/deployment-operator/role.yaml
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: Role
|
|
metadata:
|
|
name: arango-deployment-operator-rbac-deployment
|
|
namespace: default
|
|
labels:
|
|
app.kubernetes.io/name: kube-arangodb
|
|
helm.sh/chart: kube-arangodb-1.2.40
|
|
app.kubernetes.io/managed-by: Tiller
|
|
app.kubernetes.io/instance: deployment
|
|
release: deployment
|
|
rules:
|
|
- apiGroups: ["database.arangodb.com"]
|
|
resources: ["arangodeployments", "arangodeployments/status", "arangomembers", "arangomembers/status"]
|
|
verbs: ["*"]
|
|
- apiGroups: ["database.arangodb.com"]
|
|
resources: ["arangoclustersynchronizations", "arangoclustersynchronizations/status"]
|
|
verbs: ["*"]
|
|
- apiGroups: ["database.arangodb.com"]
|
|
resources: ["arangotasks", "arangotasks/status"]
|
|
verbs: ["*"]
|
|
- apiGroups: [""]
|
|
resources: ["pods", "services", "endpoints", "persistentvolumeclaims", "events", "secrets", "serviceaccounts", "configmaps"]
|
|
verbs: ["*"]
|
|
- apiGroups: ["apps"]
|
|
resources: ["deployments", "replicasets"]
|
|
verbs: ["get"]
|
|
- apiGroups: ["policy"]
|
|
resources: ["poddisruptionbudgets"]
|
|
verbs: ["*"]
|
|
- apiGroups: ["coordination.k8s.io"]
|
|
resources: ["leases"]
|
|
verbs: ["*"]
|
|
- apiGroups: ["backup.arangodb.com"]
|
|
resources: ["arangobackuppolicies", "arangobackups"]
|
|
verbs: ["get", "list", "watch"]
|
|
- apiGroups: ["monitoring.coreos.com"]
|
|
resources: ["servicemonitors"]
|
|
verbs: ["get", "create", "delete", "update", "list", "watch", "patch"]
|
|
---
|
|
# Source: kube-arangodb/templates/deployment-operator/default-role-binding.yaml
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: arango-deployment-operator-rbac-default
|
|
namespace: default
|
|
labels:
|
|
app.kubernetes.io/name: kube-arangodb
|
|
helm.sh/chart: kube-arangodb-1.2.40
|
|
app.kubernetes.io/managed-by: Tiller
|
|
app.kubernetes.io/instance: deployment
|
|
release: deployment
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: arango-deployment-operator-rbac-default
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: default
|
|
namespace: default
|
|
---
|
|
# Source: kube-arangodb/templates/deployment-operator/role-binding.yaml
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: arango-deployment-operator-rbac-deployment
|
|
namespace: default
|
|
labels:
|
|
app.kubernetes.io/name: kube-arangodb
|
|
helm.sh/chart: kube-arangodb-1.2.40
|
|
app.kubernetes.io/managed-by: Tiller
|
|
app.kubernetes.io/instance: deployment
|
|
release: deployment
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: arango-deployment-operator-rbac-deployment
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: arango-deployment-operator
|
|
namespace: default
|
|
---
|
|
# Source: kube-arangodb/templates/service.yaml
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: arango-deployment-operator
|
|
namespace: default
|
|
labels:
|
|
app.kubernetes.io/name: kube-arangodb
|
|
helm.sh/chart: kube-arangodb-1.2.40
|
|
app.kubernetes.io/managed-by: Tiller
|
|
app.kubernetes.io/instance: deployment
|
|
release: deployment
|
|
spec:
|
|
ports:
|
|
- name: server
|
|
port: 8528
|
|
protocol: TCP
|
|
targetPort: 8528
|
|
- name: http-api
|
|
port: 8628
|
|
protocol: TCP
|
|
targetPort: 8628
|
|
- name: grpc-api
|
|
port: 8728
|
|
protocol: TCP
|
|
targetPort: 8728
|
|
selector:
|
|
app.kubernetes.io/name: kube-arangodb
|
|
app.kubernetes.io/managed-by: Tiller
|
|
app.kubernetes.io/instance: deployment
|
|
release: deployment
|
|
role: leader
|
|
type: ClusterIP
|
|
---
|
|
# Source: kube-arangodb/templates/deployment.yaml
|
|
# Scope "legacy" selected
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: arango-deployment-operator
|
|
namespace: default
|
|
labels:
|
|
app.kubernetes.io/name: kube-arangodb
|
|
helm.sh/chart: kube-arangodb-1.2.40
|
|
app.kubernetes.io/managed-by: Tiller
|
|
app.kubernetes.io/instance: deployment
|
|
release: deployment
|
|
spec:
|
|
replicas: 1
|
|
strategy:
|
|
type: Recreate
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: kube-arangodb
|
|
app.kubernetes.io/managed-by: Tiller
|
|
app.kubernetes.io/instance: deployment
|
|
release: deployment
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/name: kube-arangodb
|
|
helm.sh/chart: kube-arangodb-1.2.40
|
|
app.kubernetes.io/managed-by: Tiller
|
|
app.kubernetes.io/instance: deployment
|
|
release: deployment
|
|
spec:
|
|
serviceAccountName: arango-deployment-operator
|
|
affinity:
|
|
nodeAffinity:
|
|
requiredDuringSchedulingIgnoredDuringExecution:
|
|
nodeSelectorTerms:
|
|
- matchExpressions:
|
|
- key: kubernetes.io/arch
|
|
operator: In
|
|
values:
|
|
- "amd64"
|
|
podAntiAffinity:
|
|
preferredDuringSchedulingIgnoredDuringExecution:
|
|
- weight: 100
|
|
podAffinityTerm:
|
|
topologyKey: "kubernetes.io/hostname"
|
|
labelSelector:
|
|
matchExpressions:
|
|
- key: app.kubernetes.io/name
|
|
operator: In
|
|
values:
|
|
- kube-arangodb
|
|
- key: app.kubernetes.io/instance
|
|
operator: In
|
|
values:
|
|
- deployment
|
|
hostNetwork: false
|
|
hostPID: false
|
|
hostIPC: false
|
|
securityContext:
|
|
runAsNonRoot: true
|
|
runAsUser: 1000
|
|
containers:
|
|
- name: operator
|
|
imagePullPolicy: Always
|
|
image: arangodb/kube-arangodb:1.2.40
|
|
args:
|
|
- --scope=legacy
|
|
- --operator.deployment
|
|
- --mode.single
|
|
- --chaos.allowed=false
|
|
env:
|
|
- name: MY_POD_NAMESPACE
|
|
valueFrom:
|
|
fieldRef:
|
|
fieldPath: metadata.namespace
|
|
- name: MY_POD_NAME
|
|
valueFrom:
|
|
fieldRef:
|
|
fieldPath: metadata.name
|
|
- name: MY_CONTAINER_NAME
|
|
value: "operator"
|
|
- name: MY_POD_IP
|
|
valueFrom:
|
|
fieldRef:
|
|
fieldPath: status.podIP
|
|
ports:
|
|
- name: metrics
|
|
containerPort: 8528
|
|
securityContext:
|
|
privileged: false
|
|
allowPrivilegeEscalation: false
|
|
readOnlyRootFilesystem: true
|
|
capabilities:
|
|
drop:
|
|
- 'ALL'
|
|
livenessProbe:
|
|
httpGet:
|
|
path: /health
|
|
port: 8528
|
|
scheme: HTTPS
|
|
initialDelaySeconds: 5
|
|
periodSeconds: 10
|
|
readinessProbe:
|
|
httpGet:
|
|
path: /ready
|
|
port: 8528
|
|
scheme: HTTPS
|
|
initialDelaySeconds: 5
|
|
periodSeconds: 10
|
|
tolerations:
|
|
- key: "node.kubernetes.io/unreachable"
|
|
operator: "Exists"
|
|
effect: "NoExecute"
|
|
tolerationSeconds: 5
|
|
- key: "node.kubernetes.io/not-ready"
|
|
operator: "Exists"
|
|
effect: "NoExecute"
|
|
tolerationSeconds: 5
|
|
|
|
# Source: kube-arangodb/templates/apps-operator/cluster-role-binding.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/apps-operator/cluster-role.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/apps-operator/role-binding.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/apps-operator/role.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/apps-operator/service-account-job.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/backup-operator/cluster-role-binding.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/backup-operator/cluster-role.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/backup-operator/role-binding.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/backup-operator/role.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/deployment-replications-operator/cluster-role-binding.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/deployment-replications-operator/cluster-role.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/deployment-replications-operator/role-binding.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/deployment-replications-operator/role.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/k2k-cluster-sync-operator/cluster-role-binding.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/k2k-cluster-sync-operator/cluster-role.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/k2k-cluster-sync-operator/role-binding.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/k2k-cluster-sync-operator/role.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/ml-operator/cluster-role-binding.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/ml-operator/cluster-role.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/ml-operator/role-binding.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/ml-operator/role.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/storage-operator/cluster-role-binding.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/storage-operator/cluster-role.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/storage-operator/crd.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/storage-operator/role-binding.yaml
|
|
---
|
|
|
|
|
|
# Source: kube-arangodb/templates/storage-operator/role.yaml
|
|
---
|
|
|