Skip to content

gitops-ci-cd/foo-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

foo-deployment

Kubernetes manifests for deploying foo. This utilizes the Acme Application custom resource definition from the kro Addon to deploy the application.

Structure

foo-deployment/
├── base/
│   ├── acme-application.yaml      # Core application definition
│   ├── kustomization.yaml         # Base kustomization config
│   └── image_transformer_config.yaml
└── overlays/
    ├── local/                     # Local development environment
    ├── sandbox/                   # Sandbox/staging environment
    └── production/                # Production environment

Usage

Apply the manifests using kustomize:

# Local environment
kubectl apply -k overlays/local

# Sandbox environment
kubectl apply -k overlays/sandbox

# Production environment
kubectl apply -k overlays/production

Configuration

Image: ghcr.io/gitops-ci-cd/foo

Configure environment-specific settings in the overlays.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors