-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathvalues.yaml
More file actions
57 lines (53 loc) · 1.61 KB
/
values.yaml
File metadata and controls
57 lines (53 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# SPDX-FileCopyrightText: 2025 2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)
# SPDX-FileContributor: enriqueavi@inditex.com
#
# SPDX-License-Identifier: Apache-2.0
---
# -- The namespace to deploy the resources
namespace: k8s-overcommit
# -- Whether to create the namespace if it does not exist
createNamespace: true
createOvercommit: false
createClasses: false
# -- Configuration for the Overcommit controllers
overcommit:
# -- Label of the overcommit class
overcommitClassLabel: inditex.com/overcommit-class
excludedNamespaces: ".*(^(openshift|k8s-overcommit|kube).*).*"
# -- Node selector for the deployments created by the overcommit operator
nodeSelector: {}
# -- Tolerations for the deployments created by the overcommit operator
tolerations: []
# -- Controller deployment configuration
deployment:
# -- Number of replicas for the deployment
replicas: 1
# -- Image configuration for the deployment
image:
# -- Docker registry for the image
registry: ghcr.io
# -- Image name
image: inditextech/k8s-overcommit-operator
# -- Image tag
tag: 1.2.1
resources:
requests:
# -- CPU request for the container
cpu: "250m"
# -- Memory request for the container
memory: "64Mi"
limits:
# -- CPU limit for the container
cpu: "500m"
# -- Memory limit for the container
memory: "1Gi"
podAnnotations:
example-annotation: example-value
podLabels:
example-label: example-value
# -- Node selector for the deployment pods
nodeSelector: {}
# -- Tolerations for the deployment pods
tolerations: []
serviceAccount:
name: overcommit-sa