File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 4949 {{- with .Values.librenms.rrdcached.extraEnvs }}
5050 {{- toYaml . | nindent 8 }}
5151 {{- end }}
52- ports :
53- - containerPort : 42217
54- name : rrdcached
55- protocol : TCP
56- {{- with .Values.librenms.rrdcached.readinessProbe }}
57- readinessProbe :
58- {{- toYaml . | nindent 10 }}
59- {{- end }}
6052 {{- with .Values.librenms.rrdcached.livenessProbe }}
6153 livenessProbe :
6254 {{- toYaml . | nindent 10 }}
Original file line number Diff line number Diff line change @@ -121,11 +121,6 @@ librenms:
121121 # requests:
122122 # cpu: 100m
123123 # memory: 500M
124- readinessProbe :
125- tcpSocket :
126- port : 42217
127- initialDelaySeconds : 5
128- periodSeconds : 10
129124 livenessProbe :
130125 # -- RRD cached liveness probe
131126 tcpSocket :
You can’t perform that action at this time.
0 commit comments