You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Manual/Deployment/Kubernetes/DeploymentResource.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,10 @@ Possible values are:
100
100
101
101
This setting specifies the list of image pull secrets for the docker image to use for all ArangoDB servers.
102
102
103
+
### `spec.annotations: map[string]string`
104
+
105
+
This setting set specified annotations to all ArangoDeployment owned resources (pods, services, PVC's, PDB's).
106
+
103
107
### `spec.storageEngine: string`
104
108
105
109
This setting specifies the type of storage engine used for all servers
@@ -517,6 +521,10 @@ rules:
517
521
If you are using a different service account, please grant these rights
518
522
to that service account.
519
523
524
+
### `spec.<group>.annotations: map[string]string`
525
+
526
+
This setting set annotations overrides for pods in this group. Annotations are merged with `spec.annotations`.
527
+
520
528
### `spec.<group>.priorityClassName: string`
521
529
522
530
Priority class name for pods of this group. Will be forwarded to the pod spec. [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/)
0 commit comments