No description
Find a file
2018-07-22 18:49:07 +07:00
SSHct SSHct: added init.sh script 2018-07-21 00:50:48 +07:00
certificate.yaml separate certificate for k8s dashboard (because of different namespace) 2018-07-22 17:16:04 +07:00
cluster-issuer.yaml added certificate generation with cert-manager 2018-07-22 16:49:20 +07:00
confluence.yaml configured ingresses in default namespace to use SAN certificate from cert-manager 2018-07-22 17:08:29 +07:00
gitea.yaml configured ingresses in default namespace to use SAN certificate from cert-manager 2018-07-22 17:08:29 +07:00
gorilych.ru.yaml configured ingresses in default namespace to use SAN certificate from cert-manager 2018-07-22 17:08:29 +07:00
jira.yaml configured ingresses in default namespace to use SAN certificate from cert-manager 2018-07-22 17:08:29 +07:00
jupyter.yaml configured ingresses in default namespace to use SAN certificate from cert-manager 2018-07-22 17:08:29 +07:00
k8s-dashboard-ingress.yaml separate certificate for k8s dashboard (because of different namespace) 2018-07-22 17:16:04 +07:00
minecraft.yaml minecraft: moved data dir, +fix for russian language 2018-06-03 18:37:02 +07:00
mysql.yaml mysql.yaml: added external service 2018-07-21 00:52:26 +07:00
postgres.yaml Initial commit 2018-01-08 18:03:36 +07:00
README.md seafile: moved container build to another repo + now using image from hub.docker.com 2018-07-22 18:49:07 +07:00
router-ingress.yaml configured ingresses in default namespace to use SAN certificate from cert-manager 2018-07-22 17:08:29 +07:00
seafile.yaml seafile: moved container build to another repo + now using image from hub.docker.com 2018-07-22 18:49:07 +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.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