mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-11-03 11:27:47 +00:00
Merge branch 'master' of github.com:/securitybunker/databunker
This commit is contained in:
12
README.md
12
README.md
@@ -35,12 +35,6 @@ GDPR statement: *Personal data should be processed in a manner that ensures appr
|
|||||||
confidentiality of the personal data, including for preventing unauthorized access to or use of personal
|
confidentiality of the personal data, including for preventing unauthorized access to or use of personal
|
||||||
data and the equipment used for the processing.*
|
data and the equipment used for the processing.*
|
||||||
|
|
||||||
|
|
||||||
## ⭐⭐⭐ Spread a word to make a world a bit safer with Databunker
|
|
||||||

|
|
||||||
|
|
||||||
Help us to raise awareness. Please add a ⭐ **star** and share this project with your friends.
|
|
||||||
|
|
||||||
#### Diagram of old-style solution.
|
#### Diagram of old-style solution.
|
||||||
|
|
||||||

|

|
||||||
@@ -221,6 +215,7 @@ Detailed information can be found at https://databunker.org/use-case/
|
|||||||
|
|
||||||
# Blog posts, articles, or other resources that talk about Databunker:
|
# Blog posts, articles, or other resources that talk about Databunker:
|
||||||
|
|
||||||
|
1. https://oppetmoln.se/20220223/databunker-en-oppen-losning-for-gdpr-saker-lagring-av-kundinformation/
|
||||||
1. https://privacybunker.io/blog/gdpr-guide-for-startup-founders/
|
1. https://privacybunker.io/blog/gdpr-guide-for-startup-founders/
|
||||||
1. https://dbweekly.com/issues/348
|
1. https://dbweekly.com/issues/348
|
||||||
1. https://www.freecodecamp.org/news/how-to-stay-gdpr-compliant-with-access-logs/
|
1. https://www.freecodecamp.org/news/how-to-stay-gdpr-compliant-with-access-logs/
|
||||||
@@ -244,3 +239,8 @@ Give us a ⭐ **star** if you like our product.
|
|||||||
If you have any questions, you can contact the development team at office@privacybunker.io.
|
If you have any questions, you can contact the development team at office@privacybunker.io.
|
||||||
|
|
||||||
Join the project slack channel to talk with developers: [https://databunker.slack.com/](https://join.slack.com/t/databunker/shared_invite/zt-b6ukxzw3-JCxv8NJDESL40haM45RNIA)
|
Join the project slack channel to talk with developers: [https://databunker.slack.com/](https://join.slack.com/t/databunker/shared_invite/zt-b6ukxzw3-JCxv8NJDESL40haM45RNIA)
|
||||||
|
|
||||||
|
# ⭐ Spread a word to make a world a bit safer with Databunker
|
||||||
|

|
||||||
|
|
||||||
|
Help us to raise awareness. Please add a ⭐ **star** and share this project with your friends.
|
||||||
|
|||||||
@@ -33,4 +33,4 @@ name: databunker
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/securitybunker/databunker
|
- https://github.com/securitybunker/databunker
|
||||||
- https://databunker.org/
|
- https://databunker.org/
|
||||||
version: 1.0.16
|
version: 1.0.17
|
||||||
|
|||||||
@@ -183,7 +183,11 @@ spec:
|
|||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: {{ .Values.livenessProbe.path }}
|
path: {{ .Values.livenessProbe.path }}
|
||||||
|
{{- if (or .Values.certificates.customCAs .Values.certificates.customCertificate.certificateSecret) }}
|
||||||
scheme: HTTPS
|
scheme: HTTPS
|
||||||
|
{{- else }}
|
||||||
|
scheme: HTTP
|
||||||
|
{{- end }}
|
||||||
port: https
|
port: https
|
||||||
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
|
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
|
||||||
periodSeconds: {{ .Values.livenessProbe.periodSeconds }}
|
periodSeconds: {{ .Values.livenessProbe.periodSeconds }}
|
||||||
@@ -197,7 +201,11 @@ spec:
|
|||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: {{ .Values.readinessProbe.path }}
|
path: {{ .Values.readinessProbe.path }}
|
||||||
|
{{- if (or .Values.certificates.customCAs .Values.certificates.customCertificate.certificateSecret) }}
|
||||||
scheme: HTTPS
|
scheme: HTTPS
|
||||||
|
{{- else }}
|
||||||
|
scheme: HTTP
|
||||||
|
{{- end }}
|
||||||
port: https
|
port: https
|
||||||
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
|
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
|
||||||
periodSeconds: {{ .Values.readinessProbe.periodSeconds }}
|
periodSeconds: {{ .Values.readinessProbe.periodSeconds }}
|
||||||
@@ -211,7 +219,11 @@ spec:
|
|||||||
startupProbe:
|
startupProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: {{ .Values.startupProbe.path }}
|
path: {{ .Values.startupProbe.path }}
|
||||||
|
{{- if (or .Values.certificates.customCAs .Values.certificates.customCertificate.certificateSecret) }}
|
||||||
scheme: HTTPS
|
scheme: HTTPS
|
||||||
|
{{- else }}
|
||||||
|
scheme: HTTP
|
||||||
|
{{- end }}
|
||||||
port: https
|
port: https
|
||||||
httpHeaders:
|
httpHeaders:
|
||||||
- name: Host
|
- name: Host
|
||||||
|
|||||||
Reference in New Issue
Block a user