Skip to content

Commit

Permalink
Updated the README
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mihailradkov committed May 10, 2024
1 parent c85f24e commit c61c738
Showing 1 changed file with 48 additions and 7 deletions.
55 changes: 48 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ about defining resource limits.
| affinity | object | `{}` | |
| annotations | object | `{}` | |
| args | list | `[]` | |
| automountServiceAccountToken | bool | `false` | |
| cluster.clusterCreationTimeout | int | `60` | |
| cluster.clusterSecret | string | `"s3cr37"` | |
| cluster.config.electionMinTimeout | int | `8000` | |
Expand All @@ -481,28 +482,33 @@ about defining resource limits.
| cluster.config.messageSizeKB | int | `64` | |
| cluster.config.transactionLogMaximumSizeGB | int | `50` | |
| cluster.config.verificationTimeout | int | `1500` | |
| cluster.existingClusterSecret | string | `nil` | |
| cluster.existingClusterSecretKey | string | `nil` | |
| cluster.existingClusterSecret | string | `""` | |
| cluster.existingClusterSecretKey | string | `""` | |
| cluster.existingConfig | string | `""` | |
| cluster.existingConfigmapKey | string | `"cluster-config.json"` | |
| cluster.jobs.createCluster.enabled | bool | `true` | |
| cluster.jobs.patchCluster.enabled | bool | `true` | |
| cluster.jobs.scaleCluster.enabled | bool | `true` | |
| command | list | `[]` | |
| configuration.defaultJavaArguments | string | `"-XX:+UseContainerSupport -XX:MaxRAMPercentage=70 -XX:-UseCompressedOops"` | |
| configuration.externalUrl | string | `"http://graphdb.127.0.0.1.nip.io/"` | |
| configuration.javaArguments | string | `"-XX:+UseContainerSupport -XX:MaxRAMPercentage=70 -Ddefault.min.distinct.threshold=100m"` | |
| configuration.javaArguments | string | `""` | |
| configuration.properties | object | `{}` | |
| configuration.secretProperties | object | `{}` | |
| containerPorts.http | int | `7200` | |
| containerPorts.rpc | int | `7300` | |
| dnsConfig | object | `{}` | |
| dnsPolicy | string | `""` | |
| extraConfiguration.properties.configmapKey | string | `"graphdb.properties"` | |
| extraConfiguration.properties.existingConfigmap | string | `""` | |
| extraConfiguration.properties.existingSecret | string | `""` | |
| extraConfiguration.properties.secretKey | string | `"graphdb.properties"` | |
| extraContainerPorts | object | `{}` | |
| extraContainers | list | `[]` | |
| extraEnv | list | `[]` | |
| extraEnvFrom | list | `[]` | |
| extraInitContainers | list | `[]` | |
| extraObjects | list | `[]` | |
| extraVolumeMounts | list | `[]` | |
| extraVolumes | list | `[]` | |
| fullnameOverride | string | `""` | |
Expand All @@ -520,7 +526,9 @@ about defining resource limits.
| image.repository | string | `"ontotext/graphdb"` | |
| image.sha | string | `""` | |
| image.tag | string | `""` | |
| import.volumeMount.annotations | object | `{}` | |
| import.volumeMount.enabled | bool | `false` | |
| import.volumeMount.labels | object | `{}` | |
| import.volumeMount.volumeClaimTemplateSpec.accessModes[0] | string | `"ReadWriteOnce"` | |
| import.volumeMount.volumeClaimTemplateSpec.resources.requests.storage | string | `"10Gi"` | |
| ingress.annotations | object | `{}` | |
Expand All @@ -540,9 +548,12 @@ about defining resource limits.
| initialConfiguration.settings.existingConfigmap | string | `""` | |
| initialConfiguration.users.existingSecret | string | `""` | |
| initialConfiguration.users.secretKey | string | `"users.js"` | |
| jobs.backoffLimit | int | `10` | |
| jobs.persistence.emptyDir.sizeLimit | string | `"10Mi"` | |
| jobs.podSecurityContext | object | `{}` | |
| jobs.resources | object | `{}` | |
| jobs.securityContext | object | `{}` | |
| jobs.ttlSecondsAfterFinished | int | `300` | |
| labels | object | `{}` | |
| license.existingSecret | string | `""` | |
| license.licenseFilename | string | `"graphdb.license"` | |
Expand All @@ -556,29 +567,36 @@ about defining resource limits.
| nameOverride | string | `""` | |
| namespaceOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| persistence.annotations | object | `{}` | |
| persistence.enabled | bool | `true` | |
| persistence.labels | object | `{}` | |
| persistence.volumeClaimTemplateSpec.accessModes[0] | string | `"ReadWriteOnce"` | |
| persistence.volumeClaimTemplateSpec.resources.requests.storage | string | `"5Gi"` | |
| podAnnotations | object | `{}` | |
| podDisruptionBudget.enabled | bool | `false` | |
| podDisruptionBudget.maxUnavailable | string | `""` | |
| podDisruptionBudget.minAvailable | string | `"51%"` | |
| podLabels | object | `{}` | |
| podManagementPolicy | string | `"Parallel"` | |
| podSecurityContext | object | `{}` | |
| proxy.affinity | object | `{}` | |
| proxy.annotations | object | `{}` | |
| proxy.args | list | `[]` | |
| proxy.command | list | `[]` | |
| proxy.configuration.javaArguments | string | `"-XX:+UseContainerSupport -XX:MaxRAMPercentage=70 -Ddefault.min.distinct.threshold=100m"` | |
| proxy.configuration.defaultJavaArguments | string | `"-XX:+UseContainerSupport -XX:MaxRAMPercentage=70"` | |
| proxy.configuration.javaArguments | string | `""` | |
| proxy.configuration.properties | object | `{}` | |
| proxy.configuration.secretProperties | object | `{}` | |
| proxy.containerPorts.http | int | `7200` | |
| proxy.containerPorts.rpc | int | `7300` | |
| proxy.dnsConfig | object | `{}` | |
| proxy.dnsPolicy | string | `""` | |
| proxy.extraConfiguration.properties.configmapKey | string | `"graphdb.properties"` | |
| proxy.extraConfiguration.properties.existingConfigmap | string | `""` | |
| proxy.extraConfiguration.properties.existingSecret | string | `""` | |
| proxy.extraConfiguration.properties.secretKey | string | `"graphdb.properties"` | |
| proxy.extraContainerPorts | object | `{}` | |
| proxy.extraContainers | list | `[]` | |
| proxy.extraEnv | list | `[]` | |
| proxy.extraEnvFrom | list | `[]` | |
| proxy.extraInitContainers | list | `[]` | |
Expand All @@ -590,6 +608,8 @@ about defining resource limits.
| proxy.headlessService.labels | object | `{}` | |
| proxy.headlessService.ports.http | int | `7200` | |
| proxy.headlessService.ports.rpc | int | `7300` | |
| proxy.initContainerResources | object | `{}` | |
| proxy.initContainerSecurityContext | object | `{}` | |
| proxy.labels | object | `{}` | |
| proxy.livenessProbe.httpGet.path | string | `"/proxy/health"` | |
| proxy.livenessProbe.httpGet.port | string | `"http"` | |
Expand All @@ -600,14 +620,17 @@ about defining resource limits.
| proxy.logging.logback.existingConfigmap | string | `""` | |
| proxy.nameOverride | string | `""` | |
| proxy.nodeSelector | object | `{}` | |
| proxy.persistence.annotations | object | `{}` | |
| proxy.persistence.enabled | bool | `true` | |
| proxy.persistence.labels | object | `{}` | |
| proxy.persistence.volumeClaimTemplateSpec.accessModes[0] | string | `"ReadWriteOnce"` | |
| proxy.persistence.volumeClaimTemplateSpec.resources.requests.storage | string | `"500Mi"` | |
| proxy.podAnnotations | object | `{}` | |
| proxy.podDisruptionBudget.enabled | bool | `false` | |
| proxy.podDisruptionBudget.maxUnavailable | string | `""` | |
| proxy.podDisruptionBudget.minAvailable | string | `"51%"` | |
| proxy.podLabels | object | `{}` | |
| proxy.podManagementPolicy | string | `"Parallel"` | |
| proxy.podSecurityContext | object | `{}` | |
| proxy.readinessProbe.httpGet.path | string | `"/proxy/ready"` | |
| proxy.readinessProbe.httpGet.port | string | `"http"` | |
Expand All @@ -618,10 +641,17 @@ about defining resource limits.
| proxy.resources.requests.cpu | string | `"100m"` | |
| proxy.resources.requests.memory | string | `"1500Mi"` | |
| proxy.revisionHistoryLimit | int | `10` | |
| proxy.schedulerName | string | `""` | |
| proxy.securityContext | object | `{}` | |
| proxy.service.annotations | object | `{}` | |
| proxy.service.enabled | bool | `true` | |
| proxy.service.externalIPs | list | `[]` | |
| proxy.service.externalTrafficPolicy | string | `""` | |
| proxy.service.extraPorts | list | `[]` | |
| proxy.service.healthCheckNodePort | string | `""` | |
| proxy.service.labels | object | `{}` | |
| proxy.service.loadBalancerClass | string | `""` | |
| proxy.service.loadBalancerSourceRanges | list | `[]` | |
| proxy.service.nodePort | string | `""` | |
| proxy.service.ports.http | int | `7200` | |
| proxy.service.type | string | `"ClusterIP"` | |
Expand All @@ -633,6 +663,7 @@ about defining resource limits.
| proxy.terminationGracePeriodSeconds | int | `30` | |
| proxy.tolerations | list | `[]` | |
| proxy.topologySpreadConstraints | list | `[]` | |
| proxy.updateStrategy.type | string | `"RollingUpdate"` | |
| readinessProbe.httpGet.path | string | `"/protocol"` | |
| readinessProbe.httpGet.port | string | `"http"` | |
| readinessProbe.initialDelaySeconds | int | `5` | |
Expand All @@ -641,16 +672,25 @@ about defining resource limits.
| replicas | int | `1` | |
| repositories.repositoriesConfigmap | string | `""` | |
| resources.limits.memory | string | `"2Gi"` | |
| resources.requests.cpu | float | `0.5` | |
| resources.requests.cpu | string | `"500m"` | |
| resources.requests.memory | string | `"2Gi"` | |
| revisionHistoryLimit | int | `10` | |
| schedulerName | string | `""` | |
| security.enabled | bool | `false` | |
| security.provisioningPassword | string | `"iHaveSuperpowers"` | |
| security.provisioningUsername | string | `"provisioner"` | |
| security.provisioner.existingSecret | string | `""` | |
| security.provisioner.password | string | `"iHaveSuperpowers"` | |
| security.provisioner.tokenKey | string | `"GRAPHDB_AUTH_TOKEN"` | |
| security.provisioner.username | string | `"provisioner"` | |
| securityContext | object | `{}` | |
| service.annotations | object | `{}` | |
| service.enabled | bool | `true` | |
| service.externalIPs | list | `[]` | |
| service.externalTrafficPolicy | string | `""` | |
| service.extraPorts | list | `[]` | |
| service.healthCheckNodePort | string | `""` | |
| service.labels | object | `{}` | |
| service.loadBalancerClass | string | `""` | |
| service.loadBalancerSourceRanges | list | `[]` | |
| service.nodePort | string | `""` | |
| service.ports.http | int | `7200` | |
| service.type | string | `"ClusterIP"` | |
Expand All @@ -665,6 +705,7 @@ about defining resource limits.
| terminationGracePeriodSeconds | int | `120` | |
| tolerations | list | `[]` | |
| topologySpreadConstraints | list | `[]` | |
| updateStrategy.type | string | `"RollingUpdate"` | |

## Uninstall
To remove the deployed GraphDB, use:
Expand Down

0 comments on commit c61c738

Please sign in to comment.