Skip to content

Commit

Permalink
service port
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronoff97 committed Dec 4, 2023
1 parent 16f306f commit 1cdde1f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions charts/opentelemetry-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ manager:
# add annotations on the ServiceMonitor
annotations: {}
metricsEndpoints:
- port: metrics
- port: metrics

podAnnotations: {}
podLabels: {}
Expand All @@ -108,6 +108,7 @@ manager:
# add annotations on the PrometheusRule
annotations: {}


## List of additional cli arguments to configure the manager
## for example: --labels, etc.
extraArgs: []
Expand Down Expand Up @@ -144,8 +145,7 @@ manager:

## Container specific securityContext
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
securityContext:
{}
securityContext: {}
# allowPrivilegeEscalation: false
# capabilities:
# drop:
Expand Down Expand Up @@ -174,8 +174,7 @@ kubeRBACProxy:

## Container specific securityContext
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
securityContext:
{}
securityContext: {}
# allowPrivilegeEscalation: false
# capabilities:
# drop:
Expand Down Expand Up @@ -213,8 +212,7 @@ admissionWebhooks:
enabled: true
## Provide the issuer kind and name to do the cert auth job.
## By default, OpenTelemetry Operator will use self-signer issuer.
issuerRef:
{}
issuerRef: {}
# kind:
# name:
## Annotations for the cert and issuer if cert-manager is enabled.
Expand Down

0 comments on commit 1cdde1f

Please sign in to comment.