https://github.com/radiusmethod/landmine-helm
https://github.com/radiusmethod/landmine-helm
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/radiusmethod/landmine-helm
- Owner: radiusmethod
- Created: 2023-04-09T01:19:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T19:21:20.000Z (over 1 year ago)
- Last Synced: 2025-02-06T20:28:30.055Z (over 1 year ago)
- Language: Smarty
- Size: 272 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# landmine-helm
Testing ingress with certs.
> Requires mkcert
### Run
```shell
mkcert -cert-file rmcert.pem -key-file rmkey.pem "*.landmine.app" "*.versomas.net" "versomas.net"
```
### Apply Chart
```shell
make local-helm-install
```