Compare commits
2 Commits
351e3dafb2
...
55697787fd
Author | SHA1 | Date | |
---|---|---|---|
55697787fd | |||
dbbcabd941 |
|
@ -7,7 +7,6 @@ resources:
|
||||||
- ./object-bucket-claim-ruler.yaml
|
- ./object-bucket-claim-ruler.yaml
|
||||||
- ./helm-repository.yaml
|
- ./helm-repository.yaml
|
||||||
- ./helm-release.yaml
|
- ./helm-release.yaml
|
||||||
|
|
||||||
configurations:
|
configurations:
|
||||||
- ../../../common/name-reference/helm-release.yaml
|
- ../../../common/name-reference/helm-release.yaml
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,3 @@ spec:
|
||||||
version: 6.16.6
|
version: 6.16.6
|
||||||
interval: 15m
|
interval: 15m
|
||||||
timeout: 5m
|
timeout: 5m
|
||||||
valuesFrom:
|
|
||||||
- kind: ConfigMap
|
|
||||||
name: promtail-values
|
|
||||||
|
|
|
@ -3,11 +3,3 @@ kind: Kustomization
|
||||||
namespace: loki
|
namespace: loki
|
||||||
resources:
|
resources:
|
||||||
- ./helm-release.yaml
|
- ./helm-release.yaml
|
||||||
|
|
||||||
configurations:
|
|
||||||
- ../../../common/name-reference/helm-release.yaml
|
|
||||||
|
|
||||||
configMapGenerator:
|
|
||||||
- name: promtail-values
|
|
||||||
files:
|
|
||||||
- ./values.yaml
|
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
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