Improve teh securty of teh DB

This commit is contained in:
Urtzi Alfaro
2025-10-19 19:22:37 +02:00
parent 62971c07d7
commit 05da20357d
87 changed files with 7998 additions and 932 deletions

View File

@@ -9,6 +9,21 @@ nodes:
nodeRegistration:
kubeletExtraArgs:
node-labels: "ingress-ready=true"
- |
kind: ClusterConfiguration
apiServer:
extraArgs:
encryption-provider-config: /etc/kubernetes/enc/encryption-config.yaml
extraVolumes:
- name: encryption-config
hostPath: /etc/kubernetes/enc
mountPath: /etc/kubernetes/enc
readOnly: true
pathType: DirectoryOrCreate
extraMounts:
- hostPath: ./infrastructure/kubernetes/encryption
containerPath: /etc/kubernetes/enc
readOnly: true
extraPortMappings:
# HTTP ingress
- containerPort: 30080