Skip to content

Commit

Permalink
correct CiliumNetworkPolicy spec (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchcrab authored Dec 20, 2023
1 parent bbbcb23 commit 84cfad3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Correct `CiliumNetworkPolicy` spec.

## [0.8.0] - 2023-12-19

### Added
Expand Down
3 changes: 2 additions & 1 deletion helm/teleport-operator/templates/networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ spec:
- kube-apiserver
ingress:
- toPorts:
- 8080/tcp
- port: "8080"
protocol: "tcp"
endpointSelector:
matchLabels:
{{- include "labels.selector" . | nindent 6 }}
Expand Down

0 comments on commit 84cfad3

Please sign in to comment.