Improve teh securty of teh DB
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user