fix service

master
Marius Ensrud 5 years ago
parent 46cec9dd3a
commit c911ba60ab

@ -37,21 +37,15 @@ spec:
- name: rsync
containerPort: 873
protocol: TCP
livenessProbe:
tcpSocket:
port: 873
readinessProbe:
tcpSocket:
port: 873
- name: ssh
containerPort: 22
protocol: TCP
livenessProbe:
tcpSocket:
port: 22
port: 873
readinessProbe:
tcpSocket:
port: 22
port: 873
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:

Loading…
Cancel
Save