Skip to content

Instantly share code, notes, and snippets.

@xcoulon
Created November 30, 2017 10:43
Show Gist options
  • Save xcoulon/e4684fdf98c0d51244994062183ecb18 to your computer and use it in GitHub Desktop.
Save xcoulon/e4684fdf98c0d51244994062183ecb18 to your computer and use it in GitHub Desktop.
name: ui
containers:
- image: registry.devshift.net/fabric8-ui/fabric8-ui:309eeb
env:
- name: FABRIC8_SSO_API_URL
value: "https://sso.prod-preview.openshift.io"
- name: FABRIC8_WIT_API_URL
value: "http://wit:8080"
- name: FABRIC8_AUTH_API_URL
value: "http://auth:8089"
- name: FABRIC8_TENANT_API_URL
value: "http://tenant:8080"
- name: FABRIC8_RECOMMENDER_API_URL
value: "http://api-bayesian.dev.rdu2c.fabric8.io/api/v1/"
- name: FABRIC8_REALM
value: "fabric8-test"
- name: OAUTH_ISSUER
value: ""
- name: OAUTH_CLIENT_ID
value: "fabric8"
- name: OAUTH_AUTHORIZE_URI
value: ""
- name: AUTH_LOGOUT_URI
value: ""
- name: FABRIC8_FORGE_API_URL
value: ""
- name: FABRIC8_FORGE_URL
value: ""
- name: FABRIC8_PIPELINES_NAMESPACE
value: ""
services:
- name: ui
type: NodePort
ports:
- port: 8080
nodePort: 31400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment