X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fa1simulator%2Fvalues.yaml;h=537156998c390789c5502a51c80b0ba4f0bff9a1;hb=e5a6ed0aa2e296561249541ee57fe8b4ed55a290;hp=973163956d07a75b8c8ff3d1fd557cf9d694951c;hpb=83c04528283d6924a52ea5e64428e915ef3381a9;p=it%2Fdep.git diff --git a/nonrtric/helm/a1simulator/values.yaml b/nonrtric/helm/a1simulator/values.yaml index 97316395..53715699 100644 --- a/nonrtric/helm/a1simulator/values.yaml +++ b/nonrtric/helm/a1simulator/values.yaml @@ -26,7 +26,18 @@ a1simulator: name: a1-simulator tag: 1.0.1 service: - internalPort: 8085 + httpName: http + internalPort1: 8085 + targetPort1: 8085 + httpsName: https + internalPort2: 8185 + targetPort2: 8185 + liveness: + initialDelaySeconds: 20 + periodSeconds: 10 + readiness: + initialDelaySeconds: 20 + periodSeconds: 10 oscVersion: name: a1-sim-osc replicaCount: 2