Code Monkey home page Code Monkey logo

gitops-project-edison's Introduction

Project Edison

Config for the project

Module

  • One or more account files account-aws-1.yaml
  • One or more cluster yaml files

Cluster YAML

The yaml file:

name: eks-dev-1
cloud_account: aws-account-1
profiles:
  infra: ProdEKS-1
  ehl: EHS-1.6-small
cloud_config:
  aws_region: us-east-1
  aws_vpc_id: vpc-0c9679602584608f9
  eks_subnets:
    us-west-2a: subnet-07f0af093b8233990,subnet-080b9dc42d15b57a2
    us-west-2b: subnet-0e0d96dc7ad3f02a5,subnet-025428faaddc4201f
    us-west-2c: subnet-09e74165071ce03e6,subnet-0964e92baa663e495
node_groups:
- name: worker-basic
  count: 3
  disk_size_gb: 61
  instance_type: t3.large
  worker_subnets:
    us-west-2a: subnet-07f0af093b8233990
    us-west-2b: subnet-0e0d96dc7ad3f02a5
    us-west-2c: subnet-09e74165071ce03e6
fargate_profiles:
- name: fg-1
  subnets:
  - subnet-07f0af093b8233990
  - subnet-0e0d96dc7ad3f02a5
  - subnet-09e74165071ce03e6
  additional_tags: {hello: test1}
  selectors:
  - namespace: fargate
    labels:
      abc: cool
rbac:
  clusterRoleBindings:
  - role: view
    subjects:
    - {type: User, name: user6}
    - {type: Group, name: group6}
    - {type: ServiceAccount, name: group6, namespace: foo}
  namespaces:
  - namespace: team2
    createNamespace: true
    roleBindings:
    - role: admin
      kind: ClusterRole
      subjects:
      - {type: Group, name: team-vendor-b}
manifest_repos:
- name: myapps
  type: helm
  url: https://github.com/spectrocloud/gitops-argocd.git
  path: apps
  namespace: team2
terraform_repos:
- name: kubeless-services
  url: https://github.com/spectrocloud/gitops-picard.git
  path: sandbox
  state:
    type: in-cluster-secret
    namespace: team2


gitops-project-edison's People

Contributors

rishi-anand avatar saamalik avatar

Watchers

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