Skip to content
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
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
60 changes: 60 additions & 0 deletions charts/ngrok-agent/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# ngrok-agent

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for Kubernetes

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| codefresh | | <https://codefresh-io.github.io/> |

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| oci://quay.io/codefresh/charts | cf-common | 0.20.1 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| codefresh.internal-gateway-port | int | `80` | |
| codefresh.internal-gateway-svc | string | `"internal-gateway"` | |
| codefresh.ngrok-domain | string | `""` | |
| configMaps.config.data."ngrok.yml" | string | `"{{ include (printf \"cf-common-%s.tplrender\" (index .Subcharts \"cf-common\").Chart.Version) ( dict \"Values\" .Values.ngrok.config \"context\" .) | nindent 2 }}\n"` | |
| configMaps.config.enabled | bool | `true` | |
| container.args[0] | string | `"start"` | |
| container.args[1] | string | `"--all"` | |
| container.args[2] | string | `"--config=/etc/ngrok.yml"` | |
| container.args[3] | string | `"--log=stdout"` | |
| container.args[4] | string | `"--log-format=json"` | |
| container.args[5] | string | `"--log-level=debug"` | |
| container.command[0] | string | `"ngrok"` | |
| container.env.NGROK_AUTHTOKEN | string | `""` | |
| container.image.pullPolicy | string | `"IfNotPresent"` | |
| container.image.registry | string | `"docker.io"` | |
| container.image.repository | string | `"ngrok/ngrok"` | |
| container.image.tag | string | `"3-alpine"` | |
| container.volumeMounts.config.path[0].mountPath | string | `"/etc/ngrok.yml"` | |
| container.volumeMounts.config.path[0].subPath | string | `"ngrok.yml"` | |
| controller.deployment.strategy | string | `"Recreate"` | |
| controller.enabled | bool | `true` | |
| controller.replicas | int | `1` | |
| controller.type | string | `"deployment"` | |
| global | object | `{}` | |
| hpa | object | `{}` | |
| keda.auth | object | `{}` | |
| keda.spec | object | `{}` | |
| libraryMode | bool | `true` | |
| ngrok.config | string | `"version: 3\ntunnels:\n ingresshost:\n proto: http\n addr: {{ printf \"%s:%v\" (index .Values.codefresh \"internal-gateway-svc\") (index .Values.codefresh \"internal-gateway-port\") }}\n hostname: {{ index .Values.codefresh \"ngrok-domain\" }}\n"` | |
| nodeSelector | object | `{}` | |
| pdb | object | `{}` | |
| tolerations | list | `[]` | |
| volumes.config.enabled | bool | `true` | |
| volumes.config.type | string | `"configMap"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.9.1](https://github.com/norwoodj/helm-docs/releases/v1.9.1)
Loading