This repository was archived by the owner on Oct 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathvalues.yaml
More file actions
78 lines (61 loc) · 1.99 KB
/
values.yaml
File metadata and controls
78 lines (61 loc) · 1.99 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
image:
repository: honestica/kube-iptables-tailer
tag: master-91
pullPolicy: IfNotPresent
# Specify to use specific priorityClass for pods
# ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
# If a Pod cannot be scheduled, the scheduler tries to preempt (evict) lower priority
# Pods to make scheduling of the pending Pod possible.
priorityClassName: ""
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
updateStrategy:
type: RollingUpdate
# Only one of the next configuration should be enabled
# iptablesLogPath: "/var/log/iptables.log"
# If using EKS uncomment this line
# journalDirectory: "/var/log/journal"
iptablesLogPrefix: "calico-packet:"
kubeApiServicer: "https://kubernetes.default:443"
podAnnotations: {}
# prometheus.io/scrape: "true"
# prometheus.io/port: "9090"
rbac:
create: true
pspEnabled: true
serviceAccount:
create: true
name:
# Should alway enabled or you have to do manual iptable configuration on each host
calico:
loggingEnable: true
# check your apiversion with `kubectl api-versions`
# when using calico tigera operator, this should be "projectcalico.org/v1"
apiVersion: projectcalico.org/v3
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}
extraArgs: []
syslogSidecar:
enabled: false
image: rsyslog/syslog_appliance_alpine
tag: latest
# extraVolumes and extraVolumeMounts allows you to mount other volumes
extraVolumes: []
# - name: service-logs
# emptyDir: {}
extraVolumeMounts: []
# - name: service-logs
# mountPath: /my-service-logs