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

edit values and ingress template

parent 69c0f38b
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