Spoke icon indicating copy to clipboard operation
Spoke copied to clipboard

Add dockerfile, scripts, and github workflow for Turkey ops

Open netpro2k opened this issue 3 years ago • 1 comments

This is essentially exactly the same as Hubs, except Spoke uses yarn instead of npm.

I used turkeyCfg_base_asset_path instead of constructing a url from DOMAIN and SUB_DOMAIN as that seems more correct. If there wasn't a reason for this we should do this in Hubs as well.

I noticed in the Hubs run.sh we have a sort of fake http server for liveness/readyness checks. Any reason not to just request index.html from the actual nginx server? Simpler and actually represents the health of the pod.

I have only tested this insofar as the substitution in index.html looks sane and nginx serves it up on the expected port/path. Still need to try actually pointing a reticulum at it.

netpro2k avatar Dec 02 '21 02:12 netpro2k

looks great thanks for the help lol

tanfarming avatar Dec 02 '21 03:12 tanfarming

Looks like this was merged in #1212

brianpeiris avatar Aug 17 '22 04:08 brianpeiris