mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 01:49:44 +00:00
Updated README
This commit is contained in:
parent
bb0eba685d
commit
09ab34bf77
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -6,19 +6,31 @@ Collection of k8s resources for deployment of different applications on self-hos
|
||||||
Note: passwords in these files are used only at deployment stage and changed manually afterwards.
|
Note: passwords in these files are used only at deployment stage and changed manually afterwards.
|
||||||
|
|
||||||
* router-ingress.yaml
|
* router-ingress.yaml
|
||||||
|
|
||||||
Proxy for router web ui
|
Proxy for router web ui
|
||||||
|
|
||||||
* mysql.yaml and postgres.yaml
|
* mysql.yaml and postgres.yaml
|
||||||
|
|
||||||
Database resources
|
Database resources
|
||||||
|
|
||||||
* confluence.yaml
|
* confluence.yaml
|
||||||
* jira.yaml
|
* jira.yaml
|
||||||
* gitea.yaml
|
* gitea.yaml
|
||||||
* Seafile
|
* Seafile
|
||||||
|
|
||||||
SeafileCT/ - common docker image ccnet, seafile and seahub
|
SeafileCT/ - common docker image ccnet, seafile and seahub
|
||||||
|
|
||||||
seafile.yaml - set of resources for seafile.
|
seafile.yaml - set of resources for seafile.
|
||||||
|
|
||||||
Pod consists of 4 containers: ccnet, seaf, seahub and seahubstatic (on nginx image).
|
Pod consists of 4 containers: ccnet, seaf, seahub and seahubstatic (on nginx image).
|
||||||
|
|
||||||
One init container is used to install/upgrade.
|
One init container is used to install/upgrade.
|
||||||
|
|
||||||
* SSH service
|
* SSH service
|
||||||
|
|
||||||
Used as jump server, as development box (has golang an python, git), as management server for docker and k8s, etc
|
Used as jump server, as development box (has golang an python, git), as management server for docker and k8s, etc
|
||||||
|
|
||||||
SSHct/ - docker image (from debian 9) for container with SSH service, which starts tmux
|
SSHct/ - docker image (from debian 9) for container with SSH service, which starts tmux
|
||||||
|
|
||||||
sshct.yaml - set of k8s resources for SSH service.
|
sshct.yaml - set of k8s resources for SSH service.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue