Skip to content
Snippets Groups Projects
Commit 9221ec09 authored by Andriy Halka [EPAM / GCP]'s avatar Andriy Halka [EPAM / GCP] Committed by Oleksandr Kosse (EPAM)
Browse files

GONGR-6776 Remove no-istio modes

parent 389f630e
No related branches found
No related tags found
4 merge requests!438Draft: CG Vulnerability for Woodstox - CVE-2022-40151,!430Upgraded Version of spring-security-config due to Component Governance CVE-2023-34034,!388Fix FOSSA notice,!385GONGR-6776 Remove no-istio modes
......@@ -135,7 +135,6 @@ First you need to set variables in **values.yaml** file using any code editor. S
**conf.postgresSecretName** | Secret name for postgres service | string | legal-postgres-secret | yes
**conf.rabbitmqSecretName** | Secret name for rabbitmq service | string | rabbitmq-secret | yes
**conf.bootstrapSecretName** | Secret name for bootstrap | string | datafier-secret | yes
**conf.istionEnabled** | whether enable istio resources | boolean | true | yes
**conf.bootstrapEnabled** | whether bootstrap is enabled | boolean | false | yes
### Istio variables
......
{{- if .Values.conf.istioEnabled }}
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
......@@ -24,4 +23,3 @@ spec:
port:
number: 80
host: {{ printf "%s.%s.svc.cluster.local" .Values.conf.appName .Release.Namespace | quote }}
{{- end }}
......@@ -33,7 +33,6 @@ conf:
postgresSecretName: "legal-postgres-secret"
rabbitmqSecretName: "rabbitmq-secret"
bootstrapSecretName: "datafier-secret"
istioEnabled: true
bootstrapEnabled: false
istio:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment