chore(openshift): Added Jenkinsfiles and Nginx files (TV-82)

This commit is contained in:
Erik Tiekstra
2021-03-24 10:57:24 +01:00
committed by Erik Tiekstra
parent 184853b10c
commit f483ae77f2
4 changed files with 459 additions and 0 deletions

6
nginx/template.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
export JWT_URL
export RESOLVER
envsubst '${JWT_URL} ${RESOLVER} ' < /usr/share/container-scripts/nginx/nginx-start/nginx.template > /etc/nginx/nginx.conf