Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ch4mpy/ovh
- Owner: ch4mpy
- Created: 2023-04-21T19:43:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-09T23:54:42.000Z (11 days ago)
- Last Synced: 2024-11-10T00:25:53.389Z (11 days ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`