album-app-config

This repository contains Kubernetes configurations for deploying the Album App, which consists of both frontend and backend components. The configurations are based on Helm charts, and they are intended to be used in a GitOps workflow with ArgoCD. (by krishanthisera)

album-app-config reviews and mentions

Posts with mentions or reviews of album-app-config. We have used some of these posts to build our list of alternatives and similar projects.
  • GitOps for Devs - Part 2: Navigating the Code
    1 project | dev.to | 31 Dec 2023
    # Backend Application apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: album-app-backend # Name of the ArgoCD application namespace: argocd # Namespace where the ArgoCD application resides finalizers: - resources-finalizer.argocd.argoproj.io # Action to be taken when deleting the resource spec: destination: namespace: album-app # Deployment target namespace for the backend application server: https://kubernetes.default.svc # Kubernetes server for deployment project: album-app # Project to which the backend application belongs source: path: backend # Directory containing backend code/configuration repoURL: https://github.com/krishanthisera/album-app-config # Git repository URL targetRevision: HEAD # Target revision of the repository --- # Frontend Application apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: album-app-frontend # Name of the ArgoCD application namespace: argocd # Namespace where the ArgoCD application resides finalizers: - resources-finalizer.argocd.argoproj.io # Action to be taken when deleting the resource spec: destination: namespace: album-app # Deployment target namespace for the frontend application server: https://kubernetes.default.svc # Kubernetes server for deployment project: album-app # Project to which the frontend application belongs source: path: frontend # Directory containing frontend code/configuration repoURL: https://github.com/krishanthisera/album-app-config # Git repository URL targetRevision: HEAD # Target revision of the repository
  • GitOps for Devs - Part 01: Installation
    1 project | dev.to | 21 Dec 2023
    # Clone the repo git clone https://github.com/krishanthisera/album-app-config # Create a namespace for the application kubectl create ns album-app # Install the root app helm install root-app ./root-app -n album-app # Check the installed application kubectl get applications.argoproj.io -n argocd NAME SYNC STATUS HEALTH STATUS root-app OutOfSync Healthy

Stats

Basic album-app-config repo stats
2
0
7.3
4 months ago

krishanthisera/album-app-config is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of album-app-config is Smarty.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com