diff --git a/charts/app/values.yaml b/charts/app/values.yaml index 19f6203c..57a00e4b 100644 --- a/charts/app/values.yaml +++ b/charts/app/values.yaml @@ -65,6 +65,9 @@ backend: type: ClusterIP port: 80 # this is the service port, where it will be exposed internal to the namespace. targetPort: 3000 # this is container port where app listens on + ingress: + annotations: + route.openshift.io/termination: 'edge' pdb: enabled: false # enable it in PRODUCTION for having pod disruption budget. minAvailable: 1 # the minimum number of pods that must be available during the disruption budget.