Compare commits

..

No commits in common. "stable" and "feat/jenkins" have entirely different histories.

4 changed files with 6 additions and 11 deletions

View File

@ -73,11 +73,10 @@ init_app() {
return 2
fi
git clone ${SKELL_GIT_URL} ${appDest}
git clone --branch "feat/automation" ${SKELL_GIT_URL} ${appDest}
cd ${appDest}
rm -rf .git
rm -rf init-app
echo "Setting Dockerfiles"
dirs=$(find ${DOCKERFILES_ROOT}/* -type d -name 'myapplication-*')

View File

@ -40,15 +40,15 @@ spec:
name: myapplication-nginx
args: ["/usr/sbin/nginx"]
env:
- name: NGINX_APP_UPSTREAM_BACKEND_SERVER
- name: NGINX_myapplication_UPSTREAM_BACKEND_SERVER
value: 127.0.0.1:9000
- name: NGINX_APP_ROOT
- name: NGINX_myapplication_ROOT
value: "/public"
- name: NGINX_APP_PHP_INDEX
- name: NGINX_myapplication_PHP_INDEX
value: "/index.php"
- name: NGINX_ERROR_LOG_LEVEL
value: "warn"
- name: NGINX_APP_PHP_NON_FILE_PATTERN
- name: NGINX_myapplication_PHP_NON_FILE_PATTERN
value: "^/index\\.php(/|$)"
ports:
- containerPort: 8080

View File

@ -1,4 +0,0 @@
- op: add
path: "/spec/template/spec/imagePullSecrets"
value:
- name: regcred-dev

View File

@ -18,4 +18,4 @@ spec:
service:
name: myapplication
port:
number: 80
number: 8080