Skip to content
Snippets Groups Projects
Commit bf434a88 authored by David Kaltschmidt's avatar David Kaltschmidt
Browse files

Change image pull default policy to Always

- Loki and promtail are under heavy development, always pulling makes sure bug fixes are shipped
parent f45bdf49
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ loki:
image:
repository: grafana/loki
tag: master
pullPolicy: IfNotPresent
pullPolicy: Always # Always pull while in BETA
service:
port: 3100
......@@ -24,7 +24,8 @@ loki:
livenessProbe: {}
resources: {}
resources:
{}
# limits:
# cpu: 100m
# memory: 128Mi
......@@ -99,7 +100,7 @@ promtail:
image:
repository: grafana/promtail
tag: master
pullPolicy: IfNotPresent
pullPolicy: Always # Always pull while in BETA
service:
port: 3100
......@@ -110,7 +111,8 @@ promtail:
livenessProbe: {}
resources: {}
resources:
{}
# limits:
# cpu: 100m
# memory: 128Mi
......@@ -139,7 +141,6 @@ promtail:
- key: node-role.kubernetes.io/master
effect: NoSchedule
## Affinity for pod assignment
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment