Skip to content

Commit 0c8c85e

Browse files
authored
Merge pull request #2 from csnajberg/patch-2
Added Proxy Values to README.md
2 parents a86da0a + 16cb8cb commit 0c8c85e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

helm/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ Here is a list of variables that are most likely to be customised for a new Onto
3636
| `ontoserver.preload.bundle` | If this is set to anything but `false` the deployment mounts a [`preload.json`](ontoserver/ontoserver/preload/preload.json) file into the `/data` directory overwriting the default file in the container. The FHIR Bundle will be preloaded into Ontoserver at startup. Please note if you have preload feed set this bundle will not preload on startup unless you include `file:///data/preload.json` in your new feed. |
3737
| `ontoserver.preload.feed` | If this is set to anything but `false` the deployment mounts a [`preload.xml`](ontoserver/ontoserver/preload/preload.xml) file into the `/data` directory overwriting the default file in the container. The content specified within the feed will be preloaded into Ontoserver at startup. |
3838
| `ontoserver.tolerations.*` | By default this setting is `false` otherwise it can be used to pass Kubernetes tolerations settings to the pod by adding `-key` configuration item(s) under it. For example it can be used to schedule the Ontoserver pod on an Azure non-spot node for high availability if the K8s Cluster has mixed spot and non-spot nodes [More here](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) |
39+
| `ontoserver.httpProxy` | Define a Global HTTP proxy for internet access.
40+
| `ontoserver.httpsProxy` | Define a Global HTTPS proxy for internet access.
41+
| `ontoserver.noProxy` | Define a list of domains to except from being proxied. eg. ".svc.cluster.local,.svc,.foo.com"
42+
| `ontoserver.env.HTTP_PROXY_HOST` | Define an HTTP proxy for Ontoserver app internet access. (Ontoserver does not use system proxy ENV variables)
43+
| `ontoserver.env.HTTP_PROXY_PORT` | Define an HTTP proxy port for Ontoserver app internet access. (Ontoserver does not use system proxy ENV variables)
44+
| `ontoserver.env.HTTPS_PROXY_HOST` | Define an HTTPS proxy for Ontoserver app internet access. (Ontoserver does not use system proxy ENV variables)
45+
| `ontoserver.env.HTTPS_PROXY_PORT` | Define an HTTPS proxy port for Ontoserver app internet access. (Ontoserver does not use system proxy ENV variables)
3946
| `ingress.class` | This setting tells Kubernetes what kind of ingress class to use. The chart is set up to take `ontoserver-nginx`, the class name set under the `nginx-ingress.*` settings. It can also be set to `azure/application-gateway` or `alb` settings. |
4047
| `ingress.sslRedirect` | If you want to host Ontoserver on http you need to set this config item to `false` otherwise all http requests are redirected to https. |
4148
| `ingress.appgw.*` | These are settings for the Azure Application Gateway Ingress Controller. Here you can set `sslcertificate` - to use an Azure Application Gateway installed SSL certificate name - and `requesttimeout` to set request timeout in minutes. |

0 commit comments

Comments
 (0)