Skip to content

Instantly share code, notes, and snippets.

View vk4arm's full-sized avatar

victor kuriashkin vk4arm

View GitHub Profile
@exaV
exaV / README.md
Last active September 19, 2023 09:56
Ngninx template for Openshift with ConfigMap

Ngninx template for Openshift

Create a full deployment for an Nginx Proxy that reads its configuration from a config map.

The config map can be edited online and only requires a rolling deployment to take effect.

Quickstart:

oc new-app -f https://gist.githubusercontent.com/exaV/978c4d9ac66b2940da141340f08bb82a/raw/nginx-template.yaml -p NAME="my-proxy"