1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-21 06:01:43 +00:00
senpy/k8s
J. Fernando Sánchez 4f286057c9 Update to senpy 0.20
2019-04-04 12:56:46 +02:00
..
README.md Add CI/CD and k8s 2018-06-15 09:46:15 +02:00
senpy-deployment.yaml Update to senpy 0.20 2019-04-04 12:56:46 +02:00
senpy-ingress.yaml Add senpy.gsi.upm.es 2019-01-15 17:32:07 +01:00
senpy-svc.yaml Add CI/CD and k8s 2018-06-15 09:46:15 +02:00

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 -