123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
global:
imageRegistry: reg.mini.dev
imagePullSecrets:
- minimus-registry
security:
allowInsecureImages: true
compatibility:
openshift:
adaptSecurityContext: auto
kubernetes-event-exporter:
kubeVersion: ""
nameOverride: ""
fullnameOverride: ""
commonLabels: {}
commonAnnotations: {}
diagnosticMode:
enabled: false
command:
- sleep
args:
- infinity
extraDeploy: []
replicaCount: 1
revisionHistoryLimit: 10
containerPorts:
http: 2112
extraContainerPorts: []
image:
registry: reg.mini.dev
repository: kubernetes-event-exporter-advanced-fips
tag: "1.7"
digest: ""
pullPolicy: Always
pullSecrets:
- minimus-registry
automountServiceAccountToken: true
hostAliases: []
config:
logLevel: info
logFormat: pretty
clusterName: ""
receivers:
- name: default
stdout: {}
route:
routes:
- match:
- receiver: default
rbac:
create: true
rules:
- apiGroups:
- "*"
resources:
- "*"
verbs:
- get
- watch
- list
serviceAccount:
create: true
name: ""
automountServiceAccountToken: true
annotations: {}
podAnnotations: {}
podLabels: {}
podSecurityContext:
enabled: true
fsGroupChangePolicy: Always
sysctls: []
supplementalGroups: []
fsGroup: 1001
pdb:
create: true
minAvailable: ""
maxUnavailable: ""
containerSecurityContext:
enabled: true
seLinuxOptions: {}
runAsUser: 1001
runAsGroup: 1001
runAsNonRoot: true
privileged: false
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
command: []
args: []
lifecycleHooks: {}
resourcesPreset: nano
resources: {}
networkPolicy:
enabled: true
kubeAPIServerPorts:
- 443
- 6443
- 8443
allowExternal: true
allowExternalEgress: true
extraIngress: []
extraEgress: []
ingressNSMatchLabels: {}
ingressNSPodMatchLabels: {}
livenessProbe:
enabled: true
initialDelaySeconds: 5
periodSeconds: 5
timeoutSeconds: 2
failureThreshold: 5
successThreshold: 1
readinessProbe:
enabled: true
initialDelaySeconds: 5
periodSeconds: 5
timeoutSeconds: 2
failureThreshold: 1
successThreshold: 1
startupProbe:
enabled: false
initialDelaySeconds: 40
periodSeconds: 10
timeoutSeconds: 15
failureThreshold: 15
successThreshold: 1
customStartupProbe: {}
customLivenessProbe: {}
customReadinessProbe: {}
nodeSelector: {}
priorityClassName: ""
schedulerName: ""
topologySpreadConstraints: []
tolerations: []
podAffinityPreset: ""
podAntiAffinityPreset: soft
nodeAffinityPreset:
type: ""
key: ""
values: []
affinity: {}
updateStrategy:
type: RollingUpdate
extraEnvVars: []
extraEnvVarsCM: ""
extraEnvVarsSecret: ""
extraVolumeMounts: []
extraVolumes: []
initContainers: []
sidecars: []
metrics:
enabled: false
service:
ports:
http: 2112
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "2112"
serviceMonitor:
enabled: false
port: http
endpoints:
- path: /metrics
path: ""
namespace: ""
interval: 30s
scrapeTimeout: ""
labels: {}
selector: {}
relabelings: []
metricRelabelings: []
honorLabels: false
jobLabel: ""
prometheusRule:
enabled: false
namespace: ""
labels: {}
groups: []
autoscaling:
vpa:
enabled: false
annotations: {}
recommenders: []
controlledResources: []
maxAllowed: {}
minAllowed: {}
updatePolicy:
minReplicas: 1
updateMode: Auto