Merge pull request #86 from kerberos-io/feature/allow-pipeline-only-deployment

feature/allow-pipeline-only-deployment
This commit is contained in:
Cédric Verstraeten
2026-03-28 12:11:49 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.100.0
version: 0.101.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

View File

@@ -87,7 +87,6 @@ spec:
value: "{{ .Values.opentelemetry.enabled }}"
- name: OTEL_EXPORTED_OTLP_ROUTING_ENABLED
value: "{{ .Values.opentelemetry.routingEnabled }}"
{{- end }}
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: "{{ .Values.opentelemetry.collector.endpoint }}"
---
@@ -106,4 +105,5 @@ spec:
targetPort: 8080
protocol: TCP
selector:
app: pipe-analysis
app: pipe-analysis
{{- end }}