diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-09-19 17:27:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-19 17:27:47 +0000 |
commit | cb34d2f44c5bd9b3b1ebf31bb0731bd5c4e48716 (patch) | |
tree | 66bb9b767c13f3f453611212e933c844c993f426 /kubernetes/so/charts/so-vfc-adapter | |
parent | 5893da8ddf5bb76265366ec6e7007084055d786b (diff) | |
parent | a52efcc04e5fc9dfb14df30bb62e1aa91e527f0c (diff) |
Merge "Do not mount certificates in SO"
Diffstat (limited to 'kubernetes/so/charts/so-vfc-adapter')
-rwxr-xr-x | kubernetes/so/charts/so-vfc-adapter/templates/deployment.yaml | 6 | ||||
-rwxr-xr-x | kubernetes/so/charts/so-vfc-adapter/values.yaml | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/kubernetes/so/charts/so-vfc-adapter/templates/deployment.yaml b/kubernetes/so/charts/so-vfc-adapter/templates/deployment.yaml index a69c189c5b..97f171f00d 100755 --- a/kubernetes/so/charts/so-vfc-adapter/templates/deployment.yaml +++ b/kubernetes/so/charts/so-vfc-adapter/templates/deployment.yaml @@ -106,9 +106,6 @@ spec: volumeMounts: - name: logs mountPath: /app/logs - - name: certs - mountPath: /app/certs/ - readOnly: true - name: config mountPath: /app/config readOnly: true @@ -129,9 +126,6 @@ spec: volumes: - name: logs emptyDir: {} - - name: certs - secret: - secretName: {{ .Release.Name}}-so-ssl-secret - name: config configMap: name: {{ include "common.fullname" . }}-app-configmap diff --git a/kubernetes/so/charts/so-vfc-adapter/values.yaml b/kubernetes/so/charts/so-vfc-adapter/values.yaml index 884280620a..0b6f13681f 100755 --- a/kubernetes/so/charts/so-vfc-adapter/values.yaml +++ b/kubernetes/so/charts/so-vfc-adapter/values.yaml @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -image: onap/so/vfc-adapter:latest +image: onap/so/vfc-adapter:1.3.0-STAGING-latest pullPolicy: IfNotPresent replicaCount: 1 minReadySeconds: 10 |