aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/components/policy-opa-pdp
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/policy/components/policy-opa-pdp')
-rw-r--r--kubernetes/policy/components/policy-opa-pdp/Chart.yaml2
-rwxr-xr-xkubernetes/policy/components/policy-opa-pdp/templates/configmap.yaml1
-rwxr-xr-xkubernetes/policy/components/policy-opa-pdp/templates/deployment.yaml2
-rw-r--r--kubernetes/policy/components/policy-opa-pdp/values.yaml14
4 files changed, 2 insertions, 17 deletions
diff --git a/kubernetes/policy/components/policy-opa-pdp/Chart.yaml b/kubernetes/policy/components/policy-opa-pdp/Chart.yaml
index 78a804a75c..f776feae35 100644
--- a/kubernetes/policy/components/policy-opa-pdp/Chart.yaml
+++ b/kubernetes/policy/components/policy-opa-pdp/Chart.yaml
@@ -19,7 +19,7 @@
apiVersion: v2
description: ONAP Policy OPA PDP (PDP-O)
name: policy-opa-pdp
-version: 16.0.0
+version: 16.0.1
dependencies:
- name: common
diff --git a/kubernetes/policy/components/policy-opa-pdp/templates/configmap.yaml b/kubernetes/policy/components/policy-opa-pdp/templates/configmap.yaml
index 4a3f85ead7..1942a59f6f 100755
--- a/kubernetes/policy/components/policy-opa-pdp/templates/configmap.yaml
+++ b/kubernetes/policy/components/policy-opa-pdp/templates/configmap.yaml
@@ -26,4 +26,3 @@ metadata:
labels: {{- include "common.labels" . | nindent 4 }}
data:
{{ tpl (.Files.Glob "resources/config/*.{sql,json,properties,xml}").AsConfig . | indent 2 }}
-
diff --git a/kubernetes/policy/components/policy-opa-pdp/templates/deployment.yaml b/kubernetes/policy/components/policy-opa-pdp/templates/deployment.yaml
index 744562d261..90ff759bb8 100755
--- a/kubernetes/policy/components/policy-opa-pdp/templates/deployment.yaml
+++ b/kubernetes/policy/components/policy-opa-pdp/templates/deployment.yaml
@@ -84,7 +84,7 @@ spec:
- name: opa-bundles
mountPath: /app/bundles
- name: logs
- mountPath: /var/log
+ mountPath: /var/logs
resources: {{ include "common.resources" . | nindent 12 }}
{{- if .Values.nodeSelector }}
nodeSelector:
diff --git a/kubernetes/policy/components/policy-opa-pdp/values.yaml b/kubernetes/policy/components/policy-opa-pdp/values.yaml
index b7a5944ea4..0971dc8d7f 100644
--- a/kubernetes/policy/components/policy-opa-pdp/values.yaml
+++ b/kubernetes/policy/components/policy-opa-pdp/values.yaml
@@ -80,19 +80,8 @@ config:
policyPdpPapTopic: policy-pdp-pap
securityContext:
- fsGroup: 1000
user_id: 1000
group_id : 1000
- runAsNonRoot: true
- runAsUser: 1000
-
-
-containerSecurityContext:
- runAsGroup: 1000
- runAsUser: 1000
- runAsNonRoot: true
- readOnlyRootFilesystem: false
- allowPrivilegeEscalation: true
kafka:
groupid: "policy-opa-pdp"
@@ -112,8 +101,6 @@ persistence:
parameters: {}
storageclassProvisioner: cinder-os
-
-
# default number of instances
replicaCount: 1
@@ -192,7 +179,6 @@ resources:
memory: "2Gi"
unlimited: {}
-
dirSizes:
emptyDir:
sizeLimit: 1Gi