Compare commits
2 Commits
55697787fd
...
351e3dafb2
Author | SHA1 | Date | |
---|---|---|---|
351e3dafb2 | |||
8267493f18 |
|
@ -7,6 +7,7 @@ resources:
|
|||
- ./object-bucket-claim-ruler.yaml
|
||||
- ./helm-repository.yaml
|
||||
- ./helm-release.yaml
|
||||
|
||||
configurations:
|
||||
- ../../../common/name-reference/helm-release.yaml
|
||||
|
||||
|
|
|
@ -13,3 +13,6 @@ spec:
|
|||
version: 6.16.6
|
||||
interval: 15m
|
||||
timeout: 5m
|
||||
valuesFrom:
|
||||
- kind: ConfigMap
|
||||
name: promtail-values
|
||||
|
|
|
@ -3,3 +3,11 @@ kind: Kustomization
|
|||
namespace: loki
|
||||
resources:
|
||||
- ./helm-release.yaml
|
||||
|
||||
configurations:
|
||||
- ../../../common/name-reference/helm-release.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: promtail-values
|
||||
files:
|
||||
- ./values.yaml
|
||||
|
|
14
infra/loki/promtail/values.yaml
Normal file
14
infra/loki/promtail/values.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
initContainer:
|
||||
# -- Specifies whether the init container for setting inotify max user instances is to be enabled
|
||||
- name: init
|
||||
# -- Docker registry, image and tag for the init container image
|
||||
image: docker.io/busybox:1.33
|
||||
# -- Docker image pull policy for the init container image
|
||||
imagePullPolicy: IfNotPresent
|
||||
# -- The inotify max user instances to configure
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
- sysctl -w fs.inotify.max_user_instances=512
|
||||
securityContext:
|
||||
privileged: true
|
Loading…
Reference in New Issue
Block a user