Skip to content
Snippets Groups Projects
Commit 385edf26 authored by Loïc Hervé's avatar Loïc Hervé
Browse files

tout démarre

parent 447c6d8c
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ metadata:
name: api
spec:
rules:
- host: api.lortola.takima.school
- host: api.lherve.takima.school
http:
paths:
- backend:
......@@ -18,5 +18,5 @@ spec:
pathType: Prefix
tls:
- hosts:
- api.lortola.takima.school
- api.lherve.takima.school
secretName: app-wildcard
\ No newline at end of file
......@@ -63,6 +63,6 @@ spec:
- name: API_URL
valueFrom:
configMapKeyRef:
name: front-config
name: {{ .Values.name }}-front
key: API_URL
{{- end }}
\ No newline at end of file
......@@ -11,8 +11,8 @@ api:
tag: latest
replicaCount: 1
ingress:
tlsEnabled: false
host: api.to-replace.takima.school
tlsEnabled: true
host: api.lherve.takima.school
front:
enabled: true
......@@ -21,5 +21,5 @@ front:
tag: latest
replicaCount: 1
ingress:
tlsEnabled: false
host: www.to-replace.takima.school
\ No newline at end of file
tlsEnabled: true
host: cdb.lherve.takima.school
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment