specify resources and probes

This commit is contained in:
Tobias Brunner 2020-05-27 21:19:33 +02:00
parent fd5613be8d
commit a83837873b

View file

@ -47,6 +47,21 @@ spec:
volumeMounts:
- name: geoip
mountPath: /data/geoip
livenessProbe:
httpGet:
path: /health
port: http
readinessProbe:
httpGet:
path: /health
port: http
resources:
requests:
memory: 64Mi
cpu: 150m
limits:
memory: 256Mi
cpu: 300m
volumes:
- name: geoip
persistentVolumeClaim: