Skip to content

Commit

Permalink
squashme: consolidate setup job network policy
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski committed Nov 21, 2024
1 parent 9683936 commit e9b11aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 39 deletions.
10 changes: 6 additions & 4 deletions helm-chart/renku/templates/network-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,15 @@ spec:
namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: {{ .Release.Namespace }}
- podSelector:
matchLabels:
app: postgres-setup
namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: {{ .Release.Namespace }}
ports:
- protocol: TCP
port: 5432
- from:
- podSelector: {}
namespaceSelector: {}
ports:
- protocol: TCP
port: 9187
{{- end }}
Expand Down
35 changes: 0 additions & 35 deletions helm-chart/renku/templates/setup-job-network-policy.yaml

This file was deleted.

0 comments on commit e9b11aa

Please sign in to comment.