No description
image: alpine:latest
command: ["/bin/sh", "-c", "while true; do /usr/sbin/logrotate /etc/logrotate.conf; sleep 60; done"]
securityContext:
runAsUser: 100
volumeMounts:
- name: host-log-storage
mountPath: /openbao/logs
- name: logrotate-config
mountPath: /etc/logrotate.conf
subPath: logrotate.conf
|
||
|---|---|---|
| template | ||
| .gitignore | ||
| README.md | ||
edpbuilder stacks
This repository contains the building blocks to instanciate Internal Developer Platform's.
Install edpbuilder
To get started, you need to install edpbuilder.