Update stable train from test train

This commit is contained in:
sonicaj
2021-10-10 18:04:39 +05:00
parent a5b21a802e
commit bb453a39fa
18 changed files with 76 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
{{/*
Formats volumeMount for Minio tls keys and trusted certs
Enable host networking
*/}}
{{- define "hostNetworkingEnabled" -}}
{{- if or (lt (.Values.service.nodePort | int) 9000) (lt (.Values.service.farmerPort | int) 9000) -}}
@@ -10,7 +10,7 @@ Formats volumeMount for Minio tls keys and trusted certs
{{- end -}}
{{/*
Formats volume for Minio tls keys and trusted certs
Enable Node Port Service
*/}}
{{- define "enableService" -}}
{{- if or (ge (.Values.service.nodePort | int) 9000) (ge (.Values.service.farmerPort | int) 9000) -}}

View File

@@ -12,5 +12,5 @@ image:
tag: v1.2.8
updateStrategy: Recreate
service:
nodePort: 33121
farmerPort: 33122
nodePort: 31121
farmerPort: 31122