Skip to content
Snippets Groups Projects
Unverified Commit 02ff6bc3 authored by David's avatar David Committed by GitHub
Browse files

Merge pull request #336 from grafana/davkal/help-always-pull

Change image pull default policy to Always
parents f45bdf49 bf434a88
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