Skip to content

Commit

Permalink
remove network policy restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
TimCsaky committed Mar 20, 2024
1 parent 77baae9 commit 01d4f82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/dgrsc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions charts/dgrsc/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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)
2 changes: 0 additions & 2 deletions charts/dgrsc/templates/networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01d4f82

Please sign in to comment.