-
Notifications
You must be signed in to change notification settings - Fork 324
Expand file tree
/
Copy pathvalues.yaml
More file actions
42 lines (37 loc) · 768 Bytes
/
values.yaml
File metadata and controls
42 lines (37 loc) · 768 Bytes
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
containerName: k8s-event-logger
image:
repository: maxrocketinternet/k8s-event-logger
# image.tag -- Overrides the image tag whose default is the chart appVersion.
# tag: "2.0"
pullPolicy: IfNotPresent
resources:
requests:
cpu: 10m
memory: 128Mi
limits:
cpu: 100m
memory: 128Mi
# env -- A map of environment variables
env: {}
args: []
securityContext: {}
podSecurityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 10001
runAsGroup: 10001
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
nodeSelector: {}
tolerations: []
affinity: {}
podLabels: {}
annotations: {}
podAnnotations: {}