This commit is contained in:
commit
d4bd5acbc2
@ -22,3 +22,16 @@ ConfigMap: objet kubernetes permettant de stocker des configurations peut être
|
|||||||
## namespace
|
## namespace
|
||||||
|
|
||||||
Permet de séparer les pod et de ne travailler que sur les pod nécessaire
|
Permet de séparer les pod et de ne travailler que sur les pod nécessaire
|
||||||
|
|
||||||
|
## workload
|
||||||
|
|
||||||
|
### deployment
|
||||||
|
|
||||||
|
### statefullset
|
||||||
|
|
||||||
|
### daemonset
|
||||||
|
|
||||||
|
## secret
|
||||||
|
|
||||||
|
Stocké en base64
|
||||||
|
Voir external-secrets pour synchro avec un vault
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
created: 2022-02-26T10:26:47+01:00
|
created: 2022-02-26T10:26:47+01:00
|
||||||
modified: 2022-02-26T10:30:10+01:00
|
modified: 2022-04-05T23:25:53+02:00
|
||||||
---
|
---
|
||||||
|
|
||||||
# Helm
|
# Helm
|
||||||
@ -16,4 +16,4 @@ Helm dependency build .
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
Helm install -n vault vault . -f values.yml
|
Helm install -n vault vault . -f values.yml
|
||||||
``|
|
```
|
@ -1,15 +1,15 @@
|
|||||||
# list syncthing share on main Server
|
# list syncthing share on main Server
|
||||||
|
|
||||||
- Pi2:
|
- Pi2:
|
||||||
-name:beet_db
|
- name:beet_db
|
||||||
path:/mnt/diskstation/home/beet_db
|
path:/mnt/diskstation/home/beet_db
|
||||||
type:sendreceive
|
type:sendreceive
|
||||||
-name:notes
|
- name:notes
|
||||||
path:/mnt/diskstation/home/notes2
|
path:/mnt/diskstation/home/notes2
|
||||||
type:sendreceive
|
type:sendreceive
|
||||||
-name:Caméra
|
- name:Caméra
|
||||||
path:/mnt/diskstation/photo/backup
|
path:/mnt/diskstation/photo/backup
|
||||||
type:receiveonly
|
type:receiveonly
|
||||||
-name:keepass
|
- name:keepass
|
||||||
path:/mnt/diskstation/home/keepass
|
path:/mnt/diskstation/home/keepass
|
||||||
type:sendreceive
|
type:sendreceive
|
||||||
|
|
Loading…
Reference in New Issue
Block a user