Skip to content

weepee-org/openshift-webproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openshift-proxy

Template for running a proxy on a container based on apache on alpine linux/openshift/docker.

Installation

You need oc (https://github.com/openshift/origin/releases) locally installed:

create a new project (change to your whishes) or add this to your existing project

oc new-project openshift-proxy \
    --description="Proxy - Apache" \
    --display-name="Proxy"

Deploy (externally)

oc new-app https://github.com/weepee-org/openshift-webproxy.git --name proxy

Deploy (weepee internally) add to Your buildconfig

spec:
  strategy:
    dockerStrategy:
      from:
        kind: ImageStreamTag
        name: proxy-server:latest
        namespace: weepee-registry
    type: Docker

use in your Dockerfile

FROM weepee-registry/proxy-server

# Your app
ADD conf /conf

Route.yml

Create route for development and testing

curl https://raw.githubusercontent.com/ure/openshift-webproxy/master/Route.yaml | oc create -f -

About

webproxy for internal app mapping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published