Skip to content

Commit

Permalink
add add istio
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Jul 16, 2024
1 parent c588d2b commit f162572
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion charts/logprep/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 1 addition & 5 deletions doc/source/examples/minikube.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 0 additions & 7 deletions examples/k8s/templates/gateway.yaml

This file was deleted.

6 changes: 4 additions & 2 deletions examples/k8s/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
connector:
image:
tag: py3.11-13.0.0
tag: py3.11-latest
replicas: 1
resources:
limits:
Expand Down Expand Up @@ -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:
Expand All @@ -55,7 +57,7 @@ kafka:

logprep:
image:
tag: py3.11-13.0.0
tag: py3.11-latest
input:
type: confluentkafka_input
topic: consumer
Expand Down

0 comments on commit f162572

Please sign in to comment.