diff options
Diffstat (limited to 'kubernetes/portal-ng/components/portal-ng-ui/values.yaml')
-rw-r--r-- | kubernetes/portal-ng/components/portal-ng-ui/values.yaml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/kubernetes/portal-ng/components/portal-ng-ui/values.yaml b/kubernetes/portal-ng/components/portal-ng-ui/values.yaml index c213bcf0b1..88e88f1a79 100644 --- a/kubernetes/portal-ng/components/portal-ng-ui/values.yaml +++ b/kubernetes/portal-ng/components/portal-ng-ui/values.yaml @@ -46,10 +46,11 @@ partOf: portal service: type: ClusterIP - port: 80 + internalPort: 8080 ports: - name: http port: 80 + port_protocol: http ingress: enabled: true @@ -84,12 +85,10 @@ affinity: {} env: BFF_URL: http://portal-ng-bff.onap.svc.cluster.local:9080 - NGINX_PORT: 80 + NGINX_PORT: 8080 KEYCLOAK_REALM: ONAP KEYCLOAK_INTERNAL_URL: http://keycloak-http.keycloak.svc.cluster.local -# CLUSTER_NAMESERVER_IP address is needed in the openresty lua part of the nginx, because Lua don't find the nameserver without this setting. -# The IP will be used in the nginx / Lua setting for the resolver. You can get this value from /etc/resolver - CLUSTER_NAMESERVER_IP: 169.254.25.10 + KEYCLOAK_HOSTNAME: https://keycloak-ui.simpledemo.onap.org #Pods Service Account serviceAccount: |