diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-04-20 14:12:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-04-20 14:12:21 +0000 |
commit | 80fe6cb2c01b8dd6ed5ab68245a4ab285ee55e89 (patch) | |
tree | fac99075cca506f5c59a5371bf317e4942712312 /kubernetes/policy/components | |
parent | 09b3042de80f3e69920121e5f60e6034eb07407c (diff) | |
parent | 7044e689b21d473615e80eafb0fa3aee2c80f747 (diff) |
Merge "[AAI] Kiali Validation - KIA0601 - Port name must follow [-suffix] form"
Diffstat (limited to 'kubernetes/policy/components')
-rwxr-xr-x | kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/values.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/values.yaml b/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/values.yaml index b90c33766e..ce53abaf04 100755 --- a/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/values.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/values.yaml @@ -81,18 +81,18 @@ liveness: # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true - port: a1pms-api + port: http-a1pms-api readiness: initialDelaySeconds: 20 periodSeconds: 10 - port: a1pms-api + port: http-a1pms-api service: type: ClusterIP name: *componentName ports: - - name: a1pms-api + - name: http-a1pms-api port: 8086 flavor: small |