fix service

master
Marius Ensrud 5 years ago
parent 46cec9dd3a
commit c911ba60ab

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

Loading…
Cancel
Save