Bradley Jenkins

Results 48 comments of Bradley Jenkins

Seems like the user @fortepc wants the ability in their chopping list to substitute an item. So if they want Heinz baked beans, but only have Aldi own brand, they...

Closing this we we no longer use a Codefresh at work, nor in my personal life. If someone does use it and had a need leave a comment

Thanks for getting back to me @bwplotka! I'd be more than happy to help create a PR. I'm still quite new to the CRD side of Kubernetes, and then the...

I think I may have solved this issue... In the `package.json` you need to add the below Under the base `{}` add ```json "proxy" : "http://127.0.0.1:8080", "homepage": ".", ``` The...

From my understanding you would need to configure the load balancer to pass through the public IP address

Hate to be that guy, but +1

I plan to build something very similar to this for work, so if I open source I will let you know. Would be something along the lines of https://github.com/userbradley/gcs-web-server

Woo! Certainly happy to help! If you have 18 minutes and 19 seconds to kill, this is the [Youtube Video](https://www.youtube.com/watch?v=SnSH8Ht3MIc) I learnt docker files from! Happy to give you pointers...

I certainly agree, but looking at the code for this project they seem to be hard coded https://github.com/TwiN/gatus/blob/bde30b2efb82982e6b77592cc0c690760906e8d1/api/api.go#L76-L79 https://github.com/TwiN/gatus/blob/bde30b2efb82982e6b77592cc0c690760906e8d1/api/api.go#L54-L59 I think on my feature request I was confuding and made...