Merge pull request 'fix: Kyverno egress to Gitea external for registry auth' (#239) from fix/kyverno-gitea-external-egress into main
This commit is contained in:
commit
bf35719ce9
@ -59,6 +59,13 @@ spec:
|
||||
ports:
|
||||
- port: 3000
|
||||
protocol: TCP
|
||||
# Gitea external (registry token exchange via ROOT_URL)
|
||||
- to:
|
||||
- ipBlock:
|
||||
cidr: 185.47.204.231/32
|
||||
ports:
|
||||
- port: 443
|
||||
protocol: TCP
|
||||
---
|
||||
# Background controller: K8s API + registry
|
||||
apiVersion: networking.k8s.io/v1
|
||||
@ -84,6 +91,13 @@ spec:
|
||||
ports:
|
||||
- port: 3000
|
||||
protocol: TCP
|
||||
# Gitea external (registry token exchange via ROOT_URL)
|
||||
- to:
|
||||
- ipBlock:
|
||||
cidr: 185.47.204.231/32
|
||||
ports:
|
||||
- port: 443
|
||||
protocol: TCP
|
||||
---
|
||||
# Cleanup controller: K8s API only
|
||||
apiVersion: networking.k8s.io/v1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user