README: added description for k8s-dashboard-ingress.yaml and vpnct.yaml

This commit is contained in:
Andrey Kartashov 2018-03-25 11:24:02 +07:00
parent a70c48dc99
commit 672854af44

View file

@ -9,6 +9,10 @@ Note: passwords in these files are used only at deployment stage and changed man
Proxy for router web ui
* k8s-dashboard-ingress.yaml
Ingress rule for Kubernetes dashboard
* mysql.yaml and postgres.yaml
Database resources
@ -34,6 +38,14 @@ Note: passwords in these files are used only at deployment stage and changed man
sshct.yaml - set of k8s resources for SSH service.
* SSH service with openvpn client
Similar to SSH service, but not exposed and accessible only within cluster.
Has 2 containers, the first one is for SSH (from SSHct docker image), another one is for OpenVPN (from dperson/openvpn-client cloned image)
vpnct.yaml describes the deployment and service.
* torxy.yaml
Tor/Privoxy service based on https://github.com/rdsubhas/docker-tor-privoxy-alpine