Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first steps for be-gateway quickstarter based on openresty #103

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 6 additions & 2 deletions ocp-templates/templates/rshiny-app.yml
Expand Up @@ -122,6 +122,10 @@ objects:
- env:
- name: SERVICE
value: ${COMPONENT}.${PROJECT}-${ENV}.svc.cluster.local
- name: SERVER_SIGNATURE
value: ${PROJECT}-${COMPONENT}
- name: WAF_MODSECURITY
value: "off"
- name: CROWD_REALM_NAME
value: ${CROWD_REALM_NAME}
- name: CROWD_URL
Expand All @@ -137,7 +141,7 @@ objects:
name: crowd-service
key: password
name: ${COMPONENT}-authproxy
image: shared-services/nginx-authproxy:2.0
image: shared-services/nginx-authproxy:3.0
ports:
- containerPort: 8080
protocol: TCP
Expand All @@ -157,7 +161,7 @@ objects:
from:
kind: ImageStreamTag
namespace: shared-services
name: 'nginx-authproxy:2.0'
name: 'nginx-authproxy:3.0'
type: ImageChange
status: {}
- apiVersion: v1
Expand Down