Skip to content
Open
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
17 changes: 15 additions & 2 deletions charts/agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nullplatform-agent

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

Agent used to interact with services, scopes and telemetry inside a cluster

Expand Down Expand Up @@ -47,8 +47,21 @@ helm install nullplatform-agent nullplatform/nullplatform-agent
| configuration.values.AGENT_REPO | string | `""` | |
| configuration.values.NP_API_KEY | string | `""` | |
| configuration.values.NP_LOG_LEVEL | string | `"DEBUG"` | |
| configuration.values.TAGS | string | `""` | |
| configuration.values.TAGS | string | `"gato:negro"` | |
| createNamespace | bool | `true` | |
| fullnameOverride | string | `""` | |
| githubTokenInit.cloneDir | string | `"nullplatform"` | |
| githubTokenInit.enabled | bool | `false` | |
| githubTokenInit.image | string | `"alpine:3.22.2"` | |
| githubTokenInit.repositoryUrl | string | `""` | |
| githubTokenInit.secretKeys.appId | string | `"APP_ID"` | |
| githubTokenInit.secretKeys.installationId | string | `"INSTALLATION_ID"` | |
| githubTokenInit.secretKeys.privateKey | string | `"PRIVATE_KEY"` | |
| githubTokenInit.secretName | string | `"github-app-secret"` | |
| githubTokenInit.values.appId | string | `""` | |
| githubTokenInit.values.installationId | string | `""` | |
| githubTokenInit.values.privateKey | string | `""` | |
| githubTokenInit.workingDir | string | `"/root/.np"` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"public.ecr.aws/nullplatform/controlplane-agent"` | |
| image.tag | string | `"latest"` | |
Expand Down
13 changes: 13 additions & 0 deletions charts/agent/templates/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{{- if .Values.createNamespace }}
{{- if not (lookup "v1" "Namespace" "" .Values.namespace) }}
apiVersion: v1
kind: Namespace
metadata:
name: {{ .Values.namespace }}
labels:
name: {{ .Values.namespace }}
annotations:
openshift.io/cluster-monitoring: "true"
helm.sh/resource-policy: keep
{{- end }}
{{- end }}
4 changes: 4 additions & 0 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ statefulset:

namespace: nullplatform-tools

# If true, creates the namespace if it does not already exist.
# Set to false when the namespace is managed externally (e.g., by Tofu/Terraform).
createNamespace: true

args:
- "--tags=$(TAGS)"
- "--apikey=$(NP_API_KEY)"
Expand Down
58 changes: 0 additions & 58 deletions charts/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,67 +51,13 @@ helm install nullplatform-base nullplatform/nullplatform-base
| controlPlane.enabled | bool | `false` | |
| customConf.configMapName | string | `""` | |
| customConf.enabled | bool | `false` | |
| envoy.filters.preserveExternalRequestId.enabled | bool | `false` | |
| gateway.http.enabled | bool | `false` | |
| gateway.internal.addresses | object | `{}` | |
| gateway.internal.autoscaling.maxReplicas | int | `10` | |
| gateway.internal.autoscaling.minReplicas | int | `2` | |
| gateway.internal.aws.dns_name | string | `""` | |
| gateway.internal.aws.name | string | `"k8s-nullplatform-internal"` | |
| gateway.internal.aws.securityGroups | string | `""` | |
| gateway.internal.azure.networkSecurityGroup | string | `""` | |
| gateway.internal.azure_load_balancer_subnet | string | `nil` | |
| gateway.internal.enabled | bool | `true` | |
| gateway.internal.gcp.firewallRule | string | `""` | |
| gateway.internal.loadBalancerSourceRanges | list | `[]` | |
| gateway.internal.loadBalancerType | string | `"internal"` | |
| gateway.internal.name | string | `"gateway-private"` | |
| gateway.internal.oci.loadBalancerType | string | `"lb"` | |
| gateway.internal.oci.networkSecurityGroupIds | string | `""` | |
| gateway.internal.oci.securityListManagementMode | string | `"None"` | |
| gateway.internal.oci.shape | string | `"flexible"` | |
| gateway.internal.oci.shapeFlexMax | string | `"100"` | |
| gateway.internal.oci.shapeFlexMin | string | `"10"` | |
| gateway.internal.oci.subnet | string | `""` | |
| gateway.public.addresses | object | `{}` | |
| gateway.public.autoscaling.maxReplicas | int | `10` | |
| gateway.public.autoscaling.minReplicas | int | `2` | |
| gateway.public.aws.dns_name | string | `""` | |
| gateway.public.aws.name | string | `"k8s-nullplatform-internet-facing"` | |
| gateway.public.aws.securityGroups | string | `""` | |
| gateway.public.azure.networkSecurityGroup | string | `""` | |
| gateway.public.enabled | bool | `true` | |
| gateway.public.gcp.firewallRule | string | `""` | |
| gateway.public.loadBalancerSourceRanges | list | `[]` | |
| gateway.public.loadBalancerType | string | `"external"` | |
| gateway.public.name | string | `"gateway-public"` | |
| gateway.public.oci.loadBalancerType | string | `"lb"` | |
| gateway.public.oci.networkSecurityGroupIds | string | `""` | |
| gateway.public.oci.securityListManagementMode | string | `"None"` | |
| gateway.public.oci.shape | string | `"flexible"` | |
| gateway.public.oci.shapeFlexMax | string | `"100"` | |
| gateway.public.oci.shapeFlexMin | string | `"10"` | |
| gateway.public.oci.subnet | string | `""` | |
| gateway.useClusterIP | bool | `true` | |
| gatewayAPI.crds.install | bool | `true` | |
| gatewayAPI.enabled | bool | `true` | |
| gateways.enabled | bool | `true` | |
| global.awsRegion | string | `"us-east-1"` | |
| global.installGatewayV2Crd | bool | `true` | |
| global.provider | string | `"eks"` | |
| imagePullSecrets.enabled | bool | `false` | |
| imagePullSecrets.name | string | `"image-pull-secret-nullplatform"` | |
| imagePullSecrets.password | string | `""` | |
| imagePullSecrets.registry | string | `""` | |
| imagePullSecrets.username | string | `""` | |
| ingressControllers.private.domain | string | `""` | |
| ingressControllers.private.enabled | bool | `true` | |
| ingressControllers.private.name | string | `"internal"` | |
| ingressControllers.private.scope | string | `"Internal"` | |
| ingressControllers.public.domain | string | `""` | |
| ingressControllers.public.enabled | bool | `true` | |
| ingressControllers.public.name | string | `"internet-facing"` | |
| ingressControllers.public.scope | string | `"External"` | |
| logging.applicationLogs.enabled | bool | `true` | |
| logging.controller.image | string | `"public.ecr.aws/nullplatform/k8s-logs-controller:1.4.0"` | |
| logging.controller.resources.limits.cpu | string | `"700m"` | |
Expand Down Expand Up @@ -154,14 +100,10 @@ helm install nullplatform-base nullplatform/nullplatform-base
| logging.streamsConfigMapName | string | `"streams-dd-config"` | |
| logging.tolerations | list | `[]` | |
| metricsServer.enabled | bool | `true` | |
| namespaces.gateway | string | `"gateways"` | |
| namespaces.nullplatformApplications | string | `"nullplatform"` | |
| namespaces.nullplatformTools | string | `"nullplatform-tools"` | |
| nullplatform.apiKey | string | `""` | |
| nullplatform.secretName | string | `""` | |
| tls.required | bool | `false` | |
| tls.secretName | string | `"wildcard-tls"` | |
| tls.secretPrivateName | string | `"wildcard-tls-internal"` | |

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