From 01d4f827211416ee99001a1dac2ef53c13ec7adf Mon Sep 17 00:00:00 2001 From: Csaky Date: Wed, 20 Mar 2024 15:10:30 -0700 Subject: [PATCH] remove network policy restriction --- charts/dgrsc/Chart.yaml | 2 +- charts/dgrsc/README.md | 4 ++-- charts/dgrsc/templates/networkpolicy.yaml | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/charts/dgrsc/Chart.yaml b/charts/dgrsc/Chart.yaml index 266443f..690268a 100644 --- a/charts/dgrsc/Chart.yaml +++ b/charts/dgrsc/Chart.yaml @@ -3,7 +3,7 @@ name: document-generation-showcase # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.1 +version: 0.0.2 kubeVersion: ">= 1.13.0" description: A Showcase application to demonstrate features of the Common Document Generation Service # A chart can be either an 'application' or a 'library' chart. diff --git a/charts/dgrsc/README.md b/charts/dgrsc/README.md index 048aacd..7b664c3 100644 --- a/charts/dgrsc/README.md +++ b/charts/dgrsc/README.md @@ -1,6 +1,6 @@ # document-generation-showcase -![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square) +![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square) A Showcase application to demonstrate features of the Common Document Generation Service @@ -73,4 +73,4 @@ Kubernetes: `>= 1.13.0` | serviceAccount.name | string | `nil` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) +Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3) diff --git a/charts/dgrsc/templates/networkpolicy.yaml b/charts/dgrsc/templates/networkpolicy.yaml index 05dc431..a56ecfc 100644 --- a/charts/dgrsc/templates/networkpolicy.yaml +++ b/charts/dgrsc/templates/networkpolicy.yaml @@ -12,8 +12,6 @@ spec: - namespaceSelector: matchLabels: network.openshift.io/policy-group: ingress - - podSelector: - matchLabels: {{ include "dgrsc.selectorLabels" . | nindent 14 }} ports: - port: {{ default "8080" .Values.config.configMap.SERVER_PORT | atoi }} protocol: TCP