Skip to content

Latest commit

 

History

History

kubernetes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

How to deploy staging instance for a given image?

./gen-deployment.sh staging <image> | kubectl apply -f -

Where <image> can be ghcr.io/eclipsefdn/openvsx-website:de4f2c

How to deploy production instance for a given image?

./gen-deployment.sh production <image> | kubectl apply -f -

Where <image> can be ghcr.io/eclipsefdn/openvsx-website:de4f2c

Dependencies