Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/fwf 3889 single domain #144

Merged
merged 2 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading