Policy 1.1 in Kubernetes
[oom.git] / kubernetes / policy / templates / dep-brmsgw.yaml
index e535cf2..17e4896 100644 (file)
@@ -24,9 +24,7 @@ spec:
                   "--container-name",
                   "pap",
                   "--container-name",
-                  "pdp",
-                  "--container-name",
-                  "pypdp"
+                  "pdp"
               ],
               "command": [
                   "/root/ready.py"
@@ -42,7 +40,7 @@ spec:
                       }
                   }
               ],
-              "image": "{{ .Values.image.readiness }}",
+              "image": "{{ .Values.image.readiness }}:{{ .Values.image.readinessVersion }}",
               "imagePullPolicy": "{{ .Values.pullPolicy }}",
               "name": "brmsgw-readiness"
           }
@@ -53,7 +51,7 @@ spec:
         - /bin/bash
         - ./do-start.sh
         - brmsgw
-        image: {{ .Values.image.policyPe }}
+        image: "{{ .Values.image.policyPe }}:{{ .Values.image.policyPeVersion}}"
         imagePullPolicy: {{ .Values.pullPolicy }}
         name: brmsgw
         volumeMounts: