Skip to content

Commit

Permalink
Helm-Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
mjasion authored and github-actions[bot] committed Aug 2, 2023
1 parent 00dd850 commit e64ef3e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions charts/studio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ A Helm chart for Kubernetes

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | nginx | 13.2.30 |
| https://charts.bitnami.com/bitnami | postgresql | 11.9.13 |
| https://charts.bitnami.com/bitnami | redis | 17.14.3 |

Expand Down Expand Up @@ -83,13 +82,6 @@ A Helm chart for Kubernetes
| global.scmProviders.webhookHost | string | `$global.host` value. | Custom hostname for incoming webhook (if Studio runs on a private network and you use SaaS versions of GitHub, GitLab, or Bitbucket) |
| global.secretKey | string | `""` | Studio: Secret key for signing Webhook payloads We recommend you set this externally. If left empty, a random key will be generated. |
| imagePullSecrets | list | `[]` | Secret containing Docker registry credentials |
| nginx.extraVolumeMounts[0].mountPath | string | `"/blobvault"` | |
| nginx.extraVolumeMounts[0].name | string | `"blobvault"` | |
| nginx.extraVolumes[0].name | string | `"blobvault"` | |
| nginx.extraVolumes[0].persistentVolumeClaim.claimName | string | `"blobvault"` | |
| nginx.ingress.enabled | bool | `false` | |
| nginx.serverBlock | string | `"server {\n listen 8080;\n server_name _;\n\n root /blobvault;\n\n location ~ \\.gz$ {\n if ($request_method = 'OPTIONS') {\n add_header 'Access-Control-Allow-Origin' '*';\n #\n # Cookies\n #\n add_header 'Access-Control-Allow-Credentials' 'true';\n add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';\n #\n # Custom headers and headers various browsers *should* be OK with but aren't\n #\n add_header 'Access-Control-Allow-Headers' 'DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Studio-Trace-Id';\n #\n # Tell client that this pre-flight info is valid for 20 days\n #\n add_header 'Access-Control-Max-Age' 1728000;\n add_header 'Content-Type' 'text/plain charset=UTF-8';\n add_header 'Content-Length' 0;\n return 204;\n }\n if ($request_method = 'GET') {\n add_header 'Access-Control-Allow-Origin' '*';\n add_header 'Access-Control-Allow-Credentials' 'true';\n add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';\n add_header 'Access-Control-Allow-Headers' 'DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Studio-Trace-Id';\n add_header Content-Encoding gzip;\n }\n gzip off;\n types { } default_type \"application/json\";\n }\n\n\n location / {\n if ($request_method = 'OPTIONS') {\n add_header 'Access-Control-Allow-Origin' '*';\n #\n # Cookies\n #\n add_header 'Access-Control-Allow-Credentials' 'true';\n add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';\n #\n # Custom headers and headers various browsers *should* be OK with but aren't\n #\n add_header 'Access-Control-Allow-Headers' 'DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Studio-Trace-Id';\n #\n # Tell client that this pre-flight info is valid for 20 days\n #\n add_header 'Access-Control-Max-Age' 1728000;\n add_header 'Content-Type' 'text/plain charset=UTF-8';\n add_header 'Content-Length' 0;\n return 204;\n }\n if ($request_method = 'GET') {\n add_header 'Access-Control-Allow-Origin' '*';\n add_header 'Access-Control-Allow-Credentials' 'true';\n add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';\n add_header 'Access-Control-Allow-Headers' 'DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Studio-Trace-Id';\n }\n\n try_files $uri $uri/ =404;\n }\n}"` | |
| nginx.service.type | string | `"ClusterIP"` | |
| postgresql.enabled | bool | `true` | Postgres enabled |
| postgresql.fullnameOverride | string | `"studio-postgresql"` | Postgres name override |
| postgresql.global.postgresql.auth.database | string | `"iterativeai"` | Postgres database |
Expand Down Expand Up @@ -151,6 +143,16 @@ A Helm chart for Kubernetes
| studioBeat.resources.requests.memory | string | `"128Mi"` | |
| studioBeat.securityContext | object | `{}` | |
| studioBeat.tolerations | list | `[]` | |
| studioBlobvault.image.pullPolicy | string | `"IfNotPresent"` | |
| studioBlobvault.image.repository | string | `"nginx"` | |
| studioBlobvault.image.tag | string | `"1.25.1-alpine"` | |
| studioBlobvault.podSecurityContext | object | `{}` | |
| studioBlobvault.resources.limits.cpu | string | `"100m"` | |
| studioBlobvault.resources.limits.memory | string | `"256Mi"` | |
| studioBlobvault.resources.requests.cpu | string | `"10m"` | |
| studioBlobvault.resources.requests.memory | string | `"64Mi"` | |
| studioBlobvault.securityContext | object | `{}` | |
| studioBlobvault.service.port | int | `80` | |
| studioUi.affinity | object | `{}` | |
| studioUi.autoscaling.enabled | bool | `false` | |
| studioUi.autoscaling.maxReplicas | int | `5` | |
Expand Down

0 comments on commit e64ef3e

Please sign in to comment.