|
@ -116,7 +116,6 @@ spec: |
|
|
mountPath: /usr/local/share/ca-certificates/client/ |
|
|
mountPath: /usr/local/share/ca-certificates/client/ |
|
|
{{- end }} |
|
|
{{- end }} |
|
|
{{ tpl .Values.s3.extraVolumeMounts . | nindent 12 | trim }} |
|
|
{{ tpl .Values.s3.extraVolumeMounts . | nindent 12 | trim }} |
|
|
{{- end }} |
|
|
|
|
|
ports: |
|
|
ports: |
|
|
- containerPort: {{ .Values.s3.port }} |
|
|
- containerPort: {{ .Values.s3.port }} |
|
|
name: swfs-s3 |
|
|
name: swfs-s3 |
|
@ -129,7 +128,7 @@ spec: |
|
|
periodSeconds: 15 |
|
|
periodSeconds: 15 |
|
|
successThreshold: 1 |
|
|
successThreshold: 1 |
|
|
failureThreshold: 100 |
|
|
failureThreshold: 100 |
|
|
timeoutSeconds: 3 |
|
|
|
|
|
|
|
|
timeoutSeconds: 10 |
|
|
livenessProbe: |
|
|
livenessProbe: |
|
|
httpGet: |
|
|
httpGet: |
|
|
path: / |
|
|
path: / |
|
@ -139,7 +138,7 @@ spec: |
|
|
periodSeconds: 60 |
|
|
periodSeconds: 60 |
|
|
successThreshold: 1 |
|
|
successThreshold: 1 |
|
|
failureThreshold: 20 |
|
|
failureThreshold: 20 |
|
|
timeoutSeconds: 3 |
|
|
|
|
|
|
|
|
timeoutSeconds: 10 |
|
|
{{- if .Values.s3.resources }} |
|
|
{{- if .Values.s3.resources }} |
|
|
resources: |
|
|
resources: |
|
|
{{ tpl .Values.s3.resources . | nindent 12 | trim }} |
|
|
{{ tpl .Values.s3.resources . | nindent 12 | trim }} |
|
|