diff --git a/deployment/manifest_bbo_agent.yml b/deployment/manifest_bbo_agent.yml index f0dd8f8..06cb103 100644 --- a/deployment/manifest_bbo_agent.yml +++ b/deployment/manifest_bbo_agent.yml @@ -23,5 +23,7 @@ spec: imagePullPolicy: Always resources: {} ports: - - containerPort: 8888 + - containerPort: 8888 + securityContext: + allowPrivilegeEscalation: false status: {} \ No newline at end of file diff --git a/deployment/manifest_dqn_agent.yml b/deployment/manifest_dqn_agent.yml index e0fbf86..d6dfcd0 100644 --- a/deployment/manifest_dqn_agent.yml +++ b/deployment/manifest_dqn_agent.yml @@ -23,5 +23,7 @@ spec: imagePullPolicy: Always resources: {} ports: - - containerPort: 8888 + - containerPort: 8888 + securityContext: + allowPrivilegeEscalation: false status: {} \ No newline at end of file diff --git a/deployment/manifest_respons_agent.yml b/deployment/manifest_respons_agent.yml index 137a1de..19e1d86 100644 --- a/deployment/manifest_respons_agent.yml +++ b/deployment/manifest_respons_agent.yml @@ -23,5 +23,7 @@ spec: imagePullPolicy: Always resources: {} ports: - - containerPort: 8888 + - containerPort: 8888 + securityContext: + allowPrivilegeEscalation: false status: {} \ No newline at end of file diff --git a/deployment/manifest_sac_agent.yml b/deployment/manifest_sac_agent.yml index f6057e7..67e5d26 100644 --- a/deployment/manifest_sac_agent.yml +++ b/deployment/manifest_sac_agent.yml @@ -25,5 +25,7 @@ spec: imagePullPolicy: Always resources: {} ports: - - containerPort: 8888 + - containerPort: 8888 + securityContext: + allowPrivilegeEscalation: false status: {} \ No newline at end of file diff --git a/deployment/manifest_v0_agent.yml b/deployment/manifest_v0_agent.yml index ab36959..1806eb3 100644 --- a/deployment/manifest_v0_agent.yml +++ b/deployment/manifest_v0_agent.yml @@ -23,5 +23,7 @@ spec: imagePullPolicy: Always resources: {} ports: - - containerPort: 8888 + - containerPort: 8888 + securityContext: + allowPrivilegeEscalation: false status: {} \ No newline at end of file