diff --git a/charts/logprep/values.yaml b/charts/logprep/values.yaml index 5d6e8d89f..763fff430 100644 --- a/charts/logprep/values.yaml +++ b/charts/logprep/values.yaml @@ -172,7 +172,7 @@ artifacts: [] # If enabled, an istio based ingress will be deployed. This option is only useful # if the logprep configuration has a http_input configured. ingress: - enabled: true + enabled: false domain: "localhost" certificate: name: "istio-gateway-certificate" diff --git a/doc/source/examples/minikube.rst b/doc/source/examples/minikube.rst index e1752188b..4b713acd5 100644 --- a/doc/source/examples/minikube.rst +++ b/doc/source/examples/minikube.rst @@ -74,14 +74,10 @@ Then you have to update and build the helm subcharts repository: Then install istio (for details see: `https://istio.io/latest/docs/setup/install/helm/`_. ): -.. code-block:: bash - :caption: Create the istio-system namespace - - kubectl create namespace istio-system - .. code-block:: bash :caption: Install istio + kubectl create namespace istio-system helm repo add istio https://istio-release.storage.googleapis.com/charts helm repo update helm install istio-base istio/base -n istio-system --set defaultRevision=opensiem --wait diff --git a/examples/k8s/templates/gateway.yaml b/examples/k8s/templates/gateway.yaml deleted file mode 100644 index f98fc7bc4..000000000 --- a/examples/k8s/templates/gateway.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: networking.istio.io/v1beta1 -kind: Gateway -metadata: - name: gateway -spec: - selector: - istio: ingressgateway diff --git a/examples/k8s/values.yaml b/examples/k8s/values.yaml index 7ead97e06..12ded9e58 100644 --- a/examples/k8s/values.yaml +++ b/examples/k8s/values.yaml @@ -1,6 +1,6 @@ connector: image: - tag: py3.11-13.0.0 + tag: py3.11-latest replicas: 1 resources: limits: @@ -40,6 +40,8 @@ connector: bootstrap.servers: opensiem-kafka:9092 compression.type: gzip statistics.interval.ms: "60000" + ingress: + enabled: true ## for additional configurations see: `https://github.com/bitnami/charts/blob/main/bitnami/kafka/values.yaml` kafka: @@ -55,7 +57,7 @@ kafka: logprep: image: - tag: py3.11-13.0.0 + tag: py3.11-latest input: type: confluentkafka_input topic: consumer