mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
README: added description for k8s-dashboard-ingress.yaml and vpnct.yaml
This commit is contained in:
parent
a70c48dc99
commit
672854af44
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -9,6 +9,10 @@ Note: passwords in these files are used only at deployment stage and changed man
|
||||||
|
|
||||||
Proxy for router web ui
|
Proxy for router web ui
|
||||||
|
|
||||||
|
* k8s-dashboard-ingress.yaml
|
||||||
|
|
||||||
|
Ingress rule for Kubernetes dashboard
|
||||||
|
|
||||||
* mysql.yaml and postgres.yaml
|
* mysql.yaml and postgres.yaml
|
||||||
|
|
||||||
Database resources
|
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.
|
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
|
* torxy.yaml
|
||||||
|
|
||||||
Tor/Privoxy service based on https://github.com/rdsubhas/docker-tor-privoxy-alpine
|
Tor/Privoxy service based on https://github.com/rdsubhas/docker-tor-privoxy-alpine
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue