Skip to content

Latest commit

 

History

History

k8s

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

GeoHub kubernetes setup

  • titiler
    • depl
      • 3 replicaset
      • 2 GB
      • 1 CPU
    • serv
    • ingress
      • titiler.undpgeohub.org
  • titiler
    • pod
      • 1 replicaset
      • 2 GB RAM
      • 1 CPU
    • serv
    • ingress
      • titiler-dev.undpgeohub.org
  • pgtileserv
    • depl
      • 2 replicaset
      • 2 GB -1 CPU
    • serv
    • ingress
      • pgtileserv.undpgeohub.org
    • secrets
      • pgtileserv-secrets: DATABASE_URL variable should be configured in the secret.
  • deployed using ymal from github cert-manager repo
  • v 1.9.0
  • clusterissuer - available in all namespaces
    • letsencrypt
    • cloudflare for DNS

ingress-nginx controller

- comes wuith the cluster (installed)
- nginx MS flavour

cloudflare

- undpgeohub.org
    - our domain
    - we use this to allocated subdomains
    - because IT is slow

All services are acccessed through ingress

TODO

Geoserver - move to out cluster