Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion charts/internal-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v0.0.0
description: A Helm chart for Codefresh Internal Gateway
name: internal-gateway
version: 0.10.2
version: 0.10.3
home: https://github.com/codefresh-io/helm-charts
keywords:
- codefresh
Expand Down
4 changes: 2 additions & 2 deletions charts/internal-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ A Helm chart for Codefresh Internal Gateway
| nginx.config.workerConnections | string | `"16384"` | Sets the maximum number of simultaneous connections that can be opened by a worker process. |
| nginx.config.workerProcesses | string | `"8"` | Defines the number of worker processes. |
| nginx.config.workerRlimitNofile | string | `"1047552"` | Changes the limit on the largest size of a core file (RLIMIT_CORE) for worker processes. Used to increase the limit without restarting the main process. |
| nginx.extraConfigsPatterns[0] | string | `"files/conf.d/**"` | |
| nginx.scriptFilesPatterns | list | `["files/njs/**"]` | Path to NJS scripts |
| nginx.extraConfigsPatterns | list | `[]` | |
| nginx.scriptFilesPatterns | list | `[]` | Path to NJS scripts |
| pdb | object | See below | PDB parameters |
| podAnnotations | object | See below | Pod annotations |
| podSecurityContext | object | See below | Pod Security Context parameters |
Expand Down
41 changes: 0 additions & 41 deletions charts/internal-gateway/files/conf.d/s3-gateway.conf

This file was deleted.

28 changes: 0 additions & 28 deletions charts/internal-gateway/files/njs/auth.js

This file was deleted.

4 changes: 0 additions & 4 deletions charts/internal-gateway/templates/_default_values.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,4 @@ codefresh:
jira-addon:
svc: '{{ .Release.Name }}-{{ index .Values.codefresh "jira-addon-svc" }}.{{ .Release.Namespace }}.svc.{{ .Values.global.clusterDomain }}'
port: {{ index .Values.codefresh "jira-addon-port" }}
workflow-logs-s3-proxy:
domain: {{ index .Values.codefresh "workflow-logs-s3-proxy-domain" }}
svc: '{{ .Release.Name }}-{{ index .Values.codefresh "workflow-logs-s3-proxy-svc" }}.{{ .Release.Namespace }}.svc.{{ .Values.global.clusterDomain }}'
port: {{ index .Values.codefresh "workflow-logs-s3-proxy-port" }}
{{- end }}
10 changes: 2 additions & 8 deletions charts/internal-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ codefresh:
jira-addon-svc: cf-jira-addon
jira-addon-port: 9000

workflow-logs-s3-proxy-domain: logs.codefresh.io
workflow-logs-s3-proxy-svc: workflow-logs-s3-proxy
workflow-logs-s3-proxy-port: 80

# -- Override defaults here!
serviceEndpoints:
cfapi-auth: {}
Expand Down Expand Up @@ -158,10 +154,8 @@ nginx:
# @default -- See below
file: ""
# -- Path to NJS scripts
scriptFilesPatterns:
- files/njs/**
extraConfigsPatterns:
- files/conf.d/**
scriptFilesPatterns: []
extraConfigsPatterns: []

# -- Misc signadot configuration
signadot: false
Expand Down
Loading