adorsys / ops-adorsys-kubernetes-platform

Infrastructure Setup of adorsys Test/Poc projects
Apache License 2.0
2 stars 2 forks source link

Create a sample Deployment to document for the devs #24

Closed nce closed 1 year ago

nce commented 1 year ago

We want to create a sample/demo project in github and gitlab to demonstrate to our devs what to do.

This repo should include a few k8s manifests exposing a nginx with our documentation. It should automatically get picked up, by all our clusters as some kind of hellworld app.

AC:

nce commented 1 year ago

We've created a new repo: https://github.com/adorsys/ops-k8s-helloworld

The configured application (nginx/index.html) get's picked up by argo: https://helloworld.staging.adorsys.io/ A documentation should be linked in the future.

The Application Change was configured with 7726a14