Loading helm/capif/charts/celery-beat/templates/deployment.yaml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -42,6 +42,8 @@ spec: value: {{ quote .Values.env.redisHost }} value: {{ quote .Values.env.redisHost }} - name: REDIS_PORT - name: REDIS_PORT value: {{ quote .Values.env.redisPort }} value: {{ quote .Values.env.redisPort }} - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} livenessProbe: livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: readinessProbe: Loading helm/capif/charts/celery-beat/values.yaml +1 −0 Original line number Original line Diff line number Diff line Loading @@ -20,6 +20,7 @@ env: redisPort: 6379 redisPort: 6379 mongoInitdbRootUsername: root mongoInitdbRootUsername: root mongoInitdbRootPassword: example mongoInitdbRootPassword: example logLevel: DEBUG serviceAccount: serviceAccount: # Specifies whether a service account should be created # Specifies whether a service account should be created Loading helm/capif/charts/celery-worker/templates/deployment.yaml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -42,6 +42,8 @@ spec: value: {{ quote .Values.env.redisHost }} value: {{ quote .Values.env.redisHost }} - name: REDIS_PORT - name: REDIS_PORT value: {{ quote .Values.env.redisPort }} value: {{ quote .Values.env.redisPort }} - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} livenessProbe: livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: readinessProbe: Loading helm/capif/charts/celery-worker/values.yaml +2 −1 Original line number Original line Diff line number Diff line Loading @@ -19,7 +19,8 @@ env: redisHost: redis redisHost: redis redisPort: 6379 redisPort: 6379 mongoInitdbRootUsername: root mongoInitdbRootUsername: root mongoInitdbRootPassword: example mongoInitdbRootPassword: logLevel: DEBUG serviceAccount: serviceAccount: # Specifies whether a service account should be created # Specifies whether a service account should be created Loading Loading
helm/capif/charts/celery-beat/templates/deployment.yaml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -42,6 +42,8 @@ spec: value: {{ quote .Values.env.redisHost }} value: {{ quote .Values.env.redisHost }} - name: REDIS_PORT - name: REDIS_PORT value: {{ quote .Values.env.redisPort }} value: {{ quote .Values.env.redisPort }} - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} livenessProbe: livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: readinessProbe: Loading
helm/capif/charts/celery-beat/values.yaml +1 −0 Original line number Original line Diff line number Diff line Loading @@ -20,6 +20,7 @@ env: redisPort: 6379 redisPort: 6379 mongoInitdbRootUsername: root mongoInitdbRootUsername: root mongoInitdbRootPassword: example mongoInitdbRootPassword: example logLevel: DEBUG serviceAccount: serviceAccount: # Specifies whether a service account should be created # Specifies whether a service account should be created Loading
helm/capif/charts/celery-worker/templates/deployment.yaml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -42,6 +42,8 @@ spec: value: {{ quote .Values.env.redisHost }} value: {{ quote .Values.env.redisHost }} - name: REDIS_PORT - name: REDIS_PORT value: {{ quote .Values.env.redisPort }} value: {{ quote .Values.env.redisPort }} - name: LOG_LEVEL value: {{ quote .Values.env.logLevel }} livenessProbe: livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: readinessProbe: Loading
helm/capif/charts/celery-worker/values.yaml +2 −1 Original line number Original line Diff line number Diff line Loading @@ -19,7 +19,8 @@ env: redisHost: redis redisHost: redis redisPort: 6379 redisPort: 6379 mongoInitdbRootUsername: root mongoInitdbRootUsername: root mongoInitdbRootPassword: example mongoInitdbRootPassword: logLevel: DEBUG serviceAccount: serviceAccount: # Specifies whether a service account should be created # Specifies whether a service account should be created Loading