diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-28 07:22:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-28 07:22:21 +0000 |
commit | f4ec6b416b02d4a1ac944ce009401102bfca63e3 (patch) | |
tree | 88470307665b83ba38e5eafcf78035fee48af890 /kubernetes/policy/charts/pap/values.yaml | |
parent | 57aaf2f368e4d9d057d2c58bc938db16f13a3b05 (diff) | |
parent | 0644c262f7dc2b313b87fdb84a4d796db2b8ccf5 (diff) |
Merge "Refactor Policy PAP for common service template"
Diffstat (limited to 'kubernetes/policy/charts/pap/values.yaml')
-rw-r--r-- | kubernetes/policy/charts/pap/values.yaml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/kubernetes/policy/charts/pap/values.yaml b/kubernetes/policy/charts/pap/values.yaml index dc7a58d804..2bbefa1e16 100644 --- a/kubernetes/policy/charts/pap/values.yaml +++ b/kubernetes/policy/charts/pap/values.yaml @@ -96,18 +96,21 @@ liveness: # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true + port: http-api readiness: initialDelaySeconds: 20 periodSeconds: 10 + port: http-api service: type: ClusterIP name: policy-pap - portName: policy-pap - internalPort: 6969 - externalPort: 6969 - nodePort: 42 + useNodePortExt: true + ports: + - name: http-api + port: 6969 + nodePort: 42 ingress: enabled: false |