Skip to content

Commit

Permalink
Merge pull request #143 from AOT-Technologies/poc/dev
Browse files Browse the repository at this point in the history
updated analytics with nginx container and data analysis with image name
  • Loading branch information
amal-k-soman-aot authored Jan 8, 2025
2 parents 7ecd3e4 + c56a501 commit 41139f5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
3 changes: 0 additions & 3 deletions charts/forms-flow-analytics/templates/server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ spec:
image: {{ .Values.server.extraContainers.image.registry }}/{{ .Values.server.extraContainers.image.repo }}:{{ .Values.server.extraContainers.image.tag }}
ports:
- containerPort: {{ .Values.server.extraContainers.ContainerPort }}
{{- with .Values.server.extraContainers.resources }}
resources: {{ toYaml . | nindent 12 }}
{{- end }}
volumeMounts:
- name: nginx-config-volume
mountPath: /etc/nginx/nginx.conf
Expand Down
7 changes: 0 additions & 7 deletions charts/forms-flow-analytics/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,13 +370,6 @@ server:
# image.pullPolicy - Image pull policy
pullPolicy: IfNotPresent
ContainerPort: 8080
resources:
limits:
cpu: 150m
memory: 200Mi
requests:
cpu: 100m
memory: 100Mi


service:
Expand Down
2 changes: 1 addition & 1 deletion charts/forms-flow-data-analysis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: formsflow/forms-flow-data-analysis-api
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v7.0.0-alpha-trim"
tag: "v7.0.0-alpha"
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
## Example:
Expand Down

0 comments on commit 41139f5

Please sign in to comment.