mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-10 19:12:28 +00:00
.. | ||
README.md | ||
senpy-deployment.yaml | ||
senpy-ingress.yaml | ||
senpy-svc.yaml |
Deploy senpy to a kubernetes cluster. The files are templates, which need to be expanded with something like envsubst.
Example usage:
cat k8s/*.ya*ml | envsubst | kubectl apply -n senpy -f -