No description
Find a file
miwr 6811280b92 - name: sidecar-nginx
image: nginx:latest
      ports:
        - containerPort: 8080
      volumeMounts:
        - name: idecar-script
          mountPath: /etc/nginx
          subPath: nginx.conf
          subPathExpr: 'nginx.conf'
        - name: idecar-script
          mountPath: /tmp/sidecar.sh
          subPath: sidecar.sh
          mode: 0755
        - name: passwd-volume
          mountPath: /etc/passwd
          subPath: passwd
2025-04-02 15:20:11 +02:00
template - name: sidecar-nginx 2025-04-02 15:20:11 +02:00
.gitignore alloy implementation 2025-03-12 13:37:16 +01:00
README.md Added README.md 2024-12-18 14:33:01 +01:00

edpbuilder stacks

This repository contains the building blocks to instanciate Internal Developer Platform's.

Install edpbuilder

To get started, you need to install edpbuilder.