Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Starefossen authored Dec 30, 2024
1 parent d950948 commit 4a490ab
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions charts/opentelemetry-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,18 @@ manager:
metricsPort: 8080
webhookPort: 9443
healthzPort: 8081
resources:
limits:
# cpu: 100m
memory: 128Mi
# ephemeral-storage: 50Mi
requests:
cpu: 100m
memory: 64Mi
# ephemeral-storage: 50Mi

resources: {}
# resources:
# limits:
# cpu: 100m
# memory: 128Mi
# ephemeral-storage: 50Mi
# requests:
# cpu: 100m
# memory: 64Mi
# ephemeral-storage: 50Mi

## Adds additional environment variables
## e.g ENV_VAR: env_value
env:
Expand Down Expand Up @@ -208,13 +211,14 @@ kubeRBACProxy:
tag: v0.18.1
ports:
proxyPort: 8443
resources:
limits:
# cpu: 500m
memory: 128Mi
requests:
cpu: 5m
memory: 64Mi
resources: {}
# resources:
# limits:
# cpu: 500m
# memory: 128Mi
# requests:
# cpu: 5m
# memory: 64Mi

## List of additional cli arguments to configure the kube-rbac-proxy
## for example: --tls-cipher-suites, --tls-min-version, etc.
Expand Down

0 comments on commit 4a490ab

Please sign in to comment.