summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/charts/pap/templates/service.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-05-27Refactor Policy PAP for common service templateBruno Sakoto1-25/+1
Issue-ID: POLICY-2514 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I3021081f3e9d1a3cec079fdaf4595689d25571fb
2020-05-20Make Policy PAP exposition configurableBruno Sakoto1-0/+8
Policy PAP endpoint exposition is made configurable using helm override values when deploying. Available options for service type are: * Cluster IP (default value) * Node Port (by overriding policy.pap.service.type value with NodePort) Issue-ID: POLICY-2514 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Ifc3ac09aeb9e8836c0ef15a8b5b60bd8e31dca03
2020-03-10Standardize the pap pod/service name.k.kedron1-0/+37
To fix the bug with connecting to the pap by pdp. Change-Id: I21fb90f151ecace5c10e4def190ed15b15d7c4e5 Issue-ID: OOM-2333 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>