Skip to content
Snippets Groups Projects

chore: add the chart to run the Rodolf application

Merged Aurélien Lubert requested to merge topic/default/write-chart into branch/default
+ 14
10
cubicweb:
image: registry.logilab.fr/cubicweb/cubes/rodolf
imageTag: latest
# store the login session in Redis
sessionsInRedis: true
# use a backup volume
@@ -28,5 +31,4 @@
# nginx ingress
ingress:
noindex: true
clusterIssuer: null
enabled: true
@@ -32,12 +34,10 @@
enabled: true
tls:
withSecret: false
annotations:
nginx.ingress.kubernetes.io/configuration-snippet: |
more_set_headers "Vary: Origin";
nginx.ingress.kubernetes.io/enable-cors: "false"
nginx.ingress.kubernetes.io/cors-allow-methods: "GET, POST, OPTIONS"
nginx.ingress.kubernetes.io/cors-allow-headers: "Content-Type, X-Client-Name"
nginx.ingress.kubernetes.io/cors-allow-origin: "https://rodolf.example.com"
# annotations:
# nginx.ingress.kubernetes.io/configuration-snippet: |
# more_set_headers "Vary: Origin";
# nginx.ingress.kubernetes.io/enable-cors: "false"
# nginx.ingress.kubernetes.io/cors-allow-methods: "GET, POST, OPTIONS"
# nginx.ingress.kubernetes.io/cors-allow-headers: "Content-Type, X-Client-Name"
# nginx.ingress.kubernetes.io/cors-allow-origin: "https://rodolf.example.com"
web-app:
@@ -42,5 +42,9 @@
web-app:
image:
repo: registry.logilab.fr/cubicweb/cubes/rodolf/frontend
tag: latest
# name of the web application
appName: rodolf
# front-end exposed port
Loading