Skip to content
Snippets Groups Projects
Commit b5b5b1ec authored by Kalin Daskalov's avatar Kalin Daskalov
Browse files

Merge branch 'edit-helm' into 'main'

edit values and ingress template

See merge request eclipse/xfsc/tsa/cache!15
parents 69c0f38b f25265c6
No related branches found
No related tags found
No related merge requests found
......@@ -72,8 +72,6 @@ spec:
value: {{ .Values.cache.nats.url | quote }}
- name: NATS_SUBJECT
value: {{ .Values.cache.nats.subject | quote }}
- name: TEST_ENC_VAR
value: {{ .Values.enc.var | quote }}
{{- if .Values.secretEnv }}
{{- range $key, $value := .Values.secretEnv }}
- name: "{{ $key }}"
......
......@@ -19,7 +19,7 @@ spec:
- host: {{ .Values.ingress.frontendDomain }}
http:
paths:
- path: /tsa/{{ template "app.name" . }}(/|$)(.*)
- path: /{{ template "app.name" . }}(/|$)(.*)
pathType: Prefix
backend:
service:
......
......@@ -95,11 +95,11 @@ cache:
read: 10s
write: 10s
nats:
url: nats.ocm:4222
url: nats:4222
subject: external_cache_events
redis:
addr: "redis-public-master.infra:6379"
addr: "redis-master:6379"
user: ""
pass: ""
db: 0
......@@ -111,8 +111,5 @@ ingress:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/rewrite-target: /$2
tlsEnabled: true
frontendDomain: gaiax.vereign.com
frontendTlsSecretName: cert-manager-tls
enc:
var: ivan
frontendDomain: tsa.xfsc.dev
frontendTlsSecretName: cert-manager-tls
\ No newline at end of file
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