File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ jobs:
144144
145145 - name : 🐳 Helm lint
146146 working-directory : deploy/helm/ifrcgo-helm
147- run : helm lint ./ --values ./values-staging.yaml
147+ run : helm lint ./
148148
149149 - name : 🐳 Helm template
150150 working-directory : deploy/helm/ifrcgo-helm
151- run : helm template ./ --values ./values-staging.yaml
151+ run : helm template ./
Original file line number Diff line number Diff line change @@ -101,6 +101,13 @@ redis:
101101 limits :
102102 cpu : " 1"
103103 memory : 2Gi
104+ resources :
105+ requests :
106+ cpu : " 0.5"
107+ memory : 1Gi
108+ limits :
109+ cpu : " 1"
110+ memory : 2Gi
104111
105112# https://artifacthub.io/packages/helm/bitnami/minio
106113# extraEnvVars: https://github.com/bitnami/containers/blob/main/bitnami/minio/README.md#environment-variables
You can’t perform that action at this time.
0 commit comments