Skip to content

Commit

Permalink
feat: Update netpolicy in chart
Browse files Browse the repository at this point in the history
  • Loading branch information
fmubaidien committed Nov 23, 2023
1 parent 2a41d1b commit f72cc69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/aws-iam-authenticator-sso-wrapper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: aws-iam-authenticator-sso-wrapper
description: aws-iam-authenticator-sso-wrapper Chart
apiVersion: v2
appVersion: v0.0.16
version: v0.0.18
version: v0.0.19
home: https://github.com/justinas-b/aws-iam-authenticator-sso-wrapper
maintainers:
- name: justinas-b
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-outbound-https
name: allow-outbound-http
namespace: {{ .Release.Namespace }}
labels:
app: {{ .Chart.Name }}
Expand All @@ -41,6 +41,8 @@ spec:
- Egress
egress:
- ports:
- port: 80
protocol: TCP
- port: 443
protocol: TCP
to:
Expand Down

0 comments on commit f72cc69

Please sign in to comment.