40 lines
834 B
YAML
40 lines
834 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: local/wcf-service
|
|
pullPolicy: Never
|
|
tag: "0.0.1"
|
|
|
|
service:
|
|
type: NodePort
|
|
port: 8080
|
|
nodePort: 30750
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
serviceAccount:
|
|
create: false
|
|
annotations: {}
|
|
|
|
autoscaling:
|
|
enabled: false
|
|
|
|
resources:
|
|
requests:
|
|
memory: "250Mi"
|
|
cpu: "50m"
|
|
limits:
|
|
memory: "1000Mi"
|
|
cpu: "500m"
|
|
|
|
env:
|
|
normal:
|
|
AppSettings__enabled: "true"
|
|
AppSettings__aspnet__UseTaskFriendlySynchronizationContext: "true"
|
|
AppSettings__static_values_path: "config/static_values/"
|
|
AppSettings__tax_rate_file: "config/rate_schedules.txt"
|
|
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"
|
|
|