36 lines
640 B
YAML
36 lines
640 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: local/tcp-server
|
|
pullPolicy: Never
|
|
tag: "0.0.1"
|
|
|
|
service:
|
|
type: NodePort
|
|
port: 8871
|
|
nodePort: 30871
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
serviceAccount:
|
|
create: false
|
|
annotations: {}
|
|
|
|
autoscaling:
|
|
enabled: false
|
|
|
|
resources:
|
|
requests:
|
|
memory: "250Mi"
|
|
cpu: "100m"
|
|
limits:
|
|
memory: "2000Mi"
|
|
cpu: "1000m"
|
|
|
|
env:
|
|
normal:
|
|
listeningToTCPPort: "8871"
|
|
otlpExporter__logsEndpoint: "http://opentelemetry-collector.open-telemetry.svc.cluster.local:4318/v1/logs"
|
|
otlpExporter__tracesEndpoint: "http://opentelemetry-collector.open-telemetry.svc.cluster.local:4318/v1/traces"
|