1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-20 22:01:41 +00:00
senpy/k8s
2018-11-06 14:58:29 +01:00
..
README.md Add CI/CD and k8s 2018-06-15 09:46:15 +02:00
senpy-deployment.yaml Unify data folders 2018-06-15 16:44:25 +02:00
senpy-ingress.yaml Bump senpy version to 0.11.3 2018-11-06 14:58:29 +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 -