aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/components
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-04-19 13:25:18 +0000
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-04-20 07:12:11 +0000
commit7044e689b21d473615e80eafb0fa3aee2c80f747 (patch)
treeac22c3595d5554fffcecaa2d01b35d132f5ed3b8 /kubernetes/policy/components
parentce2e6314a5901adc539e6b23de134273fc503441 (diff)
[AAI] Kiali Validation - KIA0601 - Port name must follow [-suffix] form
- change portNames to have a protocol prefix Issue-ID: OOM-3166 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I3013ba629c951c12dfb7594aadc34dd0c47afab9
Diffstat (limited to 'kubernetes/policy/components')
-rwxr-xr-xkubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/values.yaml6
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