Skip to content

Commit

Permalink
Merge pull request #133 from AOT-Technologies/feature/FWF-3889-single…
Browse files Browse the repository at this point in the history
…-domain

Updated nginx proxy config for analytics from branch Feature/fwf 3889 single domain
  • Loading branch information
kiran-aot authored Dec 10, 2024
2 parents 19a6d47 + fd770da commit 9ef3725
Show file tree
Hide file tree
Showing 30 changed files with 1 addition and 268 deletions.
1 change: 0 additions & 1 deletion charts/forms-flow-analytics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ icon: "https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/develop/
version: v8.0.0
type: application
appVersion: "8.0.0"
dependencies:
dependencies:
- name: redis
version: "^19.1.0"
Expand Down
2 changes: 1 addition & 1 deletion charts/forms-flow-analytics/templates/proxy-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data:
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
sub_filter "http:///{{ .Values.ingress.subFilterHost }}/" "https://{{ .Values.ingress.subFilterHost }}/";
sub_filter "http://{{ .Values.ingress.subFilterHost }}/" "https://{{ .Values.ingress.subFilterHost }}/";
proxy_set_header SCRIPT_NAME /redash;
proxy_pass http://localhost:{{ .Values.server.httpPort }};
Expand Down
4 changes: 0 additions & 4 deletions charts/forms-flow-ssl/forms-flow-admin/Chart.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions charts/forms-flow-ssl/forms-flow-admin/templates/cert.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions charts/forms-flow-ssl/forms-flow-admin/templates/issuer.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions charts/forms-flow-ssl/forms-flow-admin/values.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions charts/forms-flow-ssl/forms-flow-analytics/Chart.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions charts/forms-flow-ssl/forms-flow-analytics/templates/cert.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions charts/forms-flow-ssl/forms-flow-analytics/templates/issuer.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions charts/forms-flow-ssl/forms-flow-analytics/values.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions charts/forms-flow-ssl/forms-flow-api/Chart.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions charts/forms-flow-ssl/forms-flow-api/templates/cert.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions charts/forms-flow-ssl/forms-flow-api/templates/issuer.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions charts/forms-flow-ssl/forms-flow-api/values.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions charts/forms-flow-ssl/forms-flow-bpm/Chart.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions charts/forms-flow-ssl/forms-flow-bpm/templates/cert.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions charts/forms-flow-ssl/forms-flow-bpm/templates/issuer.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions charts/forms-flow-ssl/forms-flow-bpm/values.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions charts/forms-flow-ssl/forms-flow-data-analysis/Chart.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions charts/forms-flow-ssl/forms-flow-data-analysis/templates/cert.yaml

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions charts/forms-flow-ssl/forms-flow-data-analysis/values.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions charts/forms-flow-ssl/forms-flow-documents-api/Chart.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions charts/forms-flow-ssl/forms-flow-documents-api/templates/cert.yaml

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions charts/forms-flow-ssl/forms-flow-documents-api/values.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions charts/forms-flow-ssl/forms-flow-forms/Chart.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions charts/forms-flow-ssl/forms-flow-forms/templates/cert.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions charts/forms-flow-ssl/forms-flow-forms/templates/issuer.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions charts/forms-flow-ssl/forms-flow-forms/values.yaml

This file was deleted.

0 comments on commit 9ef3725

Please sign in to comment.