X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=mep%2Fmepserver%2Fmep-k8s.yaml;h=b27b6bfe392c833770a5572be6bebb4c2dc94af6;hb=b53813aee440d6c0a936a2827e5c304cf60d8be1;hp=298c5c4a7ff3b21c40d7a39c39bc4b6b05edfcfd;hpb=196614f32ed70ac6b023cc411a3c7313eda80d02;p=ealt-edge.git diff --git a/mep/mepserver/mep-k8s.yaml b/mep/mepserver/mep-k8s.yaml index 298c5c4..b27b6bf 100755 --- a/mep/mepserver/mep-k8s.yaml +++ b/mep/mepserver/mep-k8s.yaml @@ -24,8 +24,8 @@ metadata: app: mep spec: containers: - - image: khemendra/mep:latest - imagePullPolicy: Always + - image: ealtedge/mep:latest + imagePullPolicy: IfNotPresent name: mep-pod ports: - containerPort: 8088 @@ -35,14 +35,14 @@ spec: value: "/etc/mepssl" - name: MEP_SSL_MODE value: "0" - volumeMounts: - - name: mepssl - mountPath: "/etc/mepssl" - readOnly: true - volumes: - - name: mepssl - secret: - secretName: mepssl-secret + #volumeMounts: + #- name: mepssl + #mountPath: "/etc/mepssl" + #readOnly: true + #volumes: + #- name: mepssl + #secret: + #secretName: mepssl-secret # mep service