aboutsummaryrefslogtreecommitdiffstats
path: root/certService/helm/aaf-cert-service/values.yaml
diff options
context:
space:
mode:
authorawudzins <adam.wudzinski@nokia.com>2020-04-08 15:13:50 +0200
committerawudzins <adam.wudzinski@nokia.com>2020-04-08 15:13:50 +0200
commit7798d514a907aadd52d0583c94ffedae6d05a304 (patch)
treeb3d5ffc59cd7375c28b172093cddadaf861b0ae8 /certService/helm/aaf-cert-service/values.yaml
parentd04314864e90fb138a050b44b86f15c655322714 (diff)
Remove helm charts from CertService
Issue-ID: AAF-1084 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Change-Id: I69c7ee825ef6288404b327c4657d4bf9c7fd3344
Diffstat (limited to 'certService/helm/aaf-cert-service/values.yaml')
-rw-r--r--certService/helm/aaf-cert-service/values.yaml52
1 files changed, 0 insertions, 52 deletions
diff --git a/certService/helm/aaf-cert-service/values.yaml b/certService/helm/aaf-cert-service/values.yaml
deleted file mode 100644
index efb16a5a..00000000
--- a/certService/helm/aaf-cert-service/values.yaml
+++ /dev/null
@@ -1,52 +0,0 @@
-appLabel: aaf-cert-service
-replicaCount: 1
-repository: nexus3.onap.org:10001
-image: onap/org.onap.aaf.certservice.aaf-certservice-api:1.0.0
-pullPolicy: Always
-containerPort: 8443
-service:
- type: ClusterIP
-liveness:
- initialDelaySeconds: 60
- periodSeconds: 10
- command: curl https://localhost:$HTTPS_PORT/actuator/health --cacert $ROOT_CERT --cert-type p12 --cert $KEYSTORE_P12_PATH --pass $KEYSTORE_PASSWORD
-readiness:
- initialDelaySeconds: 30
- periodSeconds: 10
- command: curl https://localhost:$HTTPS_PORT/ready --cacert $ROOT_CERT --cert-type p12 --cert $KEYSTORE_P12_PATH --pass $KEYSTORE_PASSWORD
-volume:
- name: aaf-cert-service-volume
- mountPath: /etc/onap/aaf/certservice
-
-resources:
- limits:
- cpu: 2
- memory: 2Gi
- requests:
- cpu: 1
- memory: 1Gi
-
-secret:
- name: aaf-cert-service-secret
-
-tls:
- server:
- secret:
- name: aaf-cert-service-server-tls-secret
- volume:
- name: aaf-cert-service-server-tls-volume
- mountPath: /etc/onap/aaf/certservice/certs/
- client:
- secret:
- name: aaf-cert-service-client-tls-secret
-
-envs:
- keystore:
- jksName: certServiceServer-keystore.jks
- p12Name: certServiceServer-keystore.p12
- password: secret
- truststore:
- jksName: truststore.jks
- crtName: root.crt
- password: secret
-