-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add artifacthub badge and chart readme (#45)
* docs: added artifacthub badge Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu> * feat: update readme Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu> * feat: update readme Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu> * feat: update readme Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu> --------- Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu>
- Loading branch information
Showing
4 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
K8sGPT Operator | ||
=========== | ||
This Operator is designed to enable K8sGPT within a Kubernetes cluster. It will allow you to create a custom resource that defines the behaviour and scope of a managed K8sGPT workload. Analysis and outputs will also be configurable to enable integration into existing workflows. | ||
|
||
|
||
## Configuration | ||
|
||
The following table lists the configurable parameters of the K8sgpt-operator chart and their default values. | ||
|
||
<!---x-release-please-start-version--> | ||
|
||
| Parameter | Description | Default | | ||
|-------------------------------------------------------------------------------------|-------------|-------------------------------------------------------------------------------| | ||
| `serviceMonitor.enabled` | | `false` | | ||
| `controllerManager.kubeRbacProxy.containerSecurityContext.allowPrivilegeEscalation` | | `false` | | ||
| `controllerManager.kubeRbacProxy.containerSecurityContext.capabilities.drop` | | `["ALL"]` | | ||
| `controllerManager.kubeRbacProxy.image.repository` | | `"gcr.io/kubebuilder/kube-rbac-proxy"` | | ||
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.14.1"` | | ||
| `controllerManager.kubeRbacProxy.resources.limits.cpu` | | `"500m"` | | ||
| `controllerManager.kubeRbacProxy.resources.limits.memory` | | `"128Mi"` | | ||
| `controllerManager.kubeRbacProxy.resources.requests.cpu` | | `"5m"` | | ||
| `controllerManager.kubeRbacProxy.resources.requests.memory` | | `"64Mi"` | | ||
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` | | ||
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` | | ||
| `controllerManager.manager.image.repository` | | `"ghcr.io/k8sgpt-ai/k8sgpt-operator"` | | ||
| `controllerManager.manager.image.tag` | | `"v0.0.8"` | | ||
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` | | ||
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` | | ||
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` | | ||
| `controllerManager.manager.resources.requests.memory` | | `"64Mi"` | | ||
| `controllerManager.replicas` | | `1` | | ||
| `kubernetesClusterDomain` | | `"cluster.local"` | | ||
| `metricsService.ports` | | `[{"name": "https", "port": 8443, "protocol": "TCP", "targetPort": "https"}]` | | ||
| `metricsService.type` | | `"ClusterIP"` | | ||
|
||
<!---x-release-please-end--> | ||
|
||
|
||
--- | ||
_Documentation generated by [Frigate](https://frigate.readthedocs.io)._ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters