Giter Club home page Giter Club logo

eks-gitlab's Introduction

Documentation

Description and Architecture

This module was created to simplify deploying Gitlab into the EKS with storage on AWS S3, AWS Aurora for PostreSQL, and AWS ElastiCache Redis.

Architectural diagram

In the above diagram, you can see the components and their relations (PostgreSQL and Redis are not deployed with this module).

Requirements

Name Version
terraform >= 1.0
aws 5.36.0
helm 2.11.0
kubectl ~> 2.0
kubernetes >= 2.20
time >= 0.9

Providers

Name Version
aws 5.36.0
helm 2.11.0
kubernetes 2.26.0

Modules

Name Source Version
gitlab_role terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc v5.34.0
s3_bucket terraform-aws-modules/s3-bucket/aws 4.1.0

Resources

Name Type
helm_release.gitlab resource
kubernetes_namespace.gitlab resource
kubernetes_secret.gitlab_omniauth_providers resource
kubernetes_secret.gitlab_rails_storage resource
kubernetes_secret.postgres resource
kubernetes_secret.redis resource
kubernetes_secret.smtp resource
aws_eks_cluster.eks data source
aws_iam_policy_document.s3_bucket_policy data source
aws_region.current data source

Inputs

Name Description Type Default Required
cluster_name EKS cluster name where you want to deploy the release string n/a yes
database_password Password to access PostgreSQL database string n/a yes
gitlab_chart_version Version of the gitlab chart string "7.8.1" no
omniauth_providers OmniAuth providers map(string) {} no
redis_password Password to access Redis database string n/a yes
release_name This is the name of the release which also used as a prefix or suffix for the resources string "gitlab" no
release_namespace Namespace name where you want to deploy the release. If empty, release_name will be used. string "" no
smtp_password SMTP Password string "" no
smtp_user SMTP Username string "" no
tags A map of tags to add to all resources map(string) {} no
values Custom values.yaml file for the Helm chart any [] no

Outputs

No outputs.

eks-gitlab's People

Contributors

sirantd avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.