feat: Add renovate-operator
This commit is contained in:
parent
0633deb983
commit
631143f9f8
7 changed files with 108 additions and 0 deletions
17
k8s-peterg/renovate-operator/policies.yaml
Normal file
17
k8s-peterg/renovate-operator/policies.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
kind: NetworkPolicy
|
||||
apiVersion: networking.k8s.io/v1
|
||||
metadata:
|
||||
name: allow-internet-only
|
||||
spec:
|
||||
podSelector: {}
|
||||
policyTypes:
|
||||
- Egress
|
||||
egress:
|
||||
- to:
|
||||
- ipBlock:
|
||||
cidr: 0.0.0.0/0
|
||||
except:
|
||||
- 10.0.0.0/8
|
||||
- 192.168.0.0/16
|
||||
- 172.16.0.0/12
|
||||
Loading…
Add table
Add a link
Reference in a new issue