summaryrefslogtreecommitdiff
path: root/astroshop-helm/quote/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'astroshop-helm/quote/values.yaml')
-rw-r--r--astroshop-helm/quote/values.yaml35
1 files changed, 35 insertions, 0 deletions
diff --git a/astroshop-helm/quote/values.yaml b/astroshop-helm/quote/values.yaml
new file mode 100644
index 0000000..19d0e6e
--- /dev/null
+++ b/astroshop-helm/quote/values.yaml
@@ -0,0 +1,35 @@
+namespace: opentelemetry-demo
+kubernetesClusterDomain: cluster.local
+
+serviceAccount:
+ name: opentelemetry-demo
+ version: ">=1.32.0-0"
+ partOf: opentelemetry-demo
+
+opentelemetryDemoQuoteservice:
+ ports:
+ - name: tcp-service
+ port: 8080
+ targetPort: 8080
+ quoteservice:
+ containerSecurityContext:
+ runAsGroup: 33
+ runAsNonRoot: true
+ runAsUser: 33
+ env:
+ otelCollectorName: opentelemetry-demo-otelcol
+ otelExporterOtlpEndpoint: http://$(OTEL_COLLECTOR_NAME):4318
+ otelExporterOtlpMetricsTemporalityPreference: cumulative
+ otelPhpAutoloadEnabled: "true"
+ otelResourceAttributes: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,service.version=2.1.3
+ quoteServicePort: "8080"
+ image:
+ repository: ghcr.io/open-telemetry/demo
+ tag: 2.1.3-quote
+ imagePullPolicy: IfNotPresent
+ resources:
+ limits:
+ memory: 40Mi
+ replicas: 1
+ revisionHistoryLimit: 10
+ type: ClusterIP