No description
Find a file
2018-07-21 00:50:48 +07:00
SeafileCT Initial commit 2018-01-08 18:03:36 +07:00
SSHct SSHct: added init.sh script 2018-07-21 00:50:48 +07:00
confluence.yaml kube-lego ingress rules now use separate secrets for each subdomain 2018-04-02 22:26:52 +07:00
gitea.yaml kube-lego ingress rules now use separate secrets for each subdomain 2018-04-02 22:26:52 +07:00
gorilych.ru.yaml kube-lego ingress rules now use separate secrets for each subdomain 2018-04-02 22:26:52 +07:00
jira.yaml kube-lego ingress rules now use separate secrets for each subdomain 2018-04-02 22:26:52 +07:00
jupyter.yaml Added jupyter 2018-05-27 01:36:55 +07:00
k8s-dashboard-ingress.yaml Added ingress for k8s dashboard 2018-03-24 20:16:54 +07:00
minecraft.yaml minecraft: moved data dir, +fix for russian language 2018-06-03 18:37:02 +07:00
mysql.yaml Initial commit 2018-01-08 18:03:36 +07:00
postgres.yaml Initial commit 2018-01-08 18:03:36 +07:00
README.md README: added description for k8s-dashboard-ingress.yaml and vpnct.yaml 2018-03-25 11:24:02 +07:00
router-ingress.yaml kube-lego ingress rules now use separate secrets for each subdomain 2018-04-02 22:26:52 +07:00
seafile.yaml kube-lego ingress rules now use separate secrets for each subdomain 2018-04-02 22:26:52 +07:00
sshct.yaml sshct.yaml: added hostname 2018-03-25 11:11:30 +07:00
torxy.yaml Added tor/privoxy service 2018-01-08 19:09:45 +07:00
vpnct.yaml Added vpnct.yaml 2018-03-25 11:18:21 +07:00

Kubernetes deployments and related

Collection of k8s resources for deployment of different applications on self-hosted k8s cluster.

Note: passwords in these files are used only at deployment stage and changed manually afterwards.

  • router-ingress.yaml

    Proxy for router web ui

  • k8s-dashboard-ingress.yaml

    Ingress rule for Kubernetes dashboard

  • mysql.yaml and postgres.yaml

    Database resources

  • confluence.yaml

  • jira.yaml

  • gitea.yaml

  • Seafile

    SeafileCT/ - common docker image ccnet, seafile and seahub

    seafile.yaml - set of resources for seafile.

    Pod consists of 4 containers: ccnet, seaf, seahub and seahubstatic (on nginx image).

    One init container is used to install/upgrade.

  • SSH service

    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.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