File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# wik-backup
22
3+ ![ Version: 0.1.0] ( https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square )
4+ ![ Chart] ( https://img.shields.io/badge/Chart-wik--backup-blue?style=flat-square )
5+
36Chart using Wikodit AIO Backup (based on restic)
47
58## Installation
Original file line number Diff line number Diff line change 11# wik-cronjob
22
3+ ![ Version: 0.1.0] ( https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square )
4+ ![ Chart] ( https://img.shields.io/badge/Chart-wik--cronjob-blue?style=flat-square )
5+
36## Introduction
47
58This charts aims to simplify the deployment of a cronjob.
Original file line number Diff line number Diff line change 11# wik-node-local-dns
22
3+ ![ Version: 0.1.0] ( https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square )
4+ ![ Chart] ( https://img.shields.io/badge/Chart-wik--node--local--dns-blue?style=flat-square )
5+
36node-local-dns for ovh cluster
47
58## Introduction
Original file line number Diff line number Diff line change 11# wik-rbac
22
3+ ![ Version: 0.1.1] ( https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square )
4+ ![ Chart] ( https://img.shields.io/badge/Chart-wik--rbac-blue?style=flat-square )
5+
36Install rbac-manager and deal with users, roles and namespaces
47
58## Introduction
Original file line number Diff line number Diff line change 11# wik-webservice
22
3+ ![ Version: 0.4.0] ( https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square )
4+ ![ Chart] ( https://img.shields.io/badge/Chart-wik--webservice-blue?style=flat-square )
5+
36## Introduction
47
58This chart simplifies the deployment of a webservice on Kubernetes.
@@ -163,26 +166,26 @@ webservice:
163166 image : myapp:latest
164167 hosts :
165168 - app.example.com
166-
169+
167170 # Define persistent storage
168171 storage :
169172 data :
170173 size : 10Gi
171174 storageClass : standard
172-
175+
173176 # Mount volumes
174177 volumes :
175178 # Mount PVC
176179 - name : data
177180 mountPath : /app/data
178181 storage : true
179-
182+
180183 # Mount ConfigMap
181184 - name : config
182185 mountPath : /app/config
183186 configMap :
184187 name : app-config
185-
188+
186189 # Mount Secret file
187190 - name : credentials
188191 mountPath : /app/credentials.json
@@ -210,13 +213,13 @@ webservice:
210213 image : myapp:latest
211214 hosts :
212215 - app.example.com
213-
216+
214217 initContainers :
215218 - name : init-db
216219 container :
217220 image : busybox
218221 command : ["sh", "-c", "echo waiting for db..."]
219-
222+
220223 additionalContainers :
221224 - name : log-shipper
222225 container :
You can’t perform that action at this time.
0 commit comments