Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ch4mpy/ovh

Resources to deploy to OVH managed K8s
https://github.com/ch4mpy/ovh

Last synced: 10 days ago
JSON representation

Resources to deploy to OVH managed K8s

Awesome Lists containing this project

README

        

# Init OVH Managed K8s Cluster
Secrets need an edit. search for `change-me` in files and replace with secrets of your own.

Email in lets-encrypt-issuer.yml might be edited.

When deploying to another domain than `c4-soft.com`, `ingress-nginx.yml`, `bff-ingress.yml` and `demo-bff.yml` must be edited to point to the other domain.

## Docker Desktop Networking Trick on Windows
`Get-NetIPInterface -AddressFamily IPv4 | Sort-Object -Property InterfaceMetric -Descending`
`Set-NetIPInterface -InterfaceAlias 'Ethernet' -InterfaceMetric 1`
`Set-NetIPInterface -InterfaceAlias 'Wi-Fi' -InterfaceMetric 2`