mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Philippe Merle <philippe.merle@inria.fr> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com>
22 lines
574 B
YAML
22 lines
574 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: NetworkPolicy
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/name: argocd-applicationset-controller
|
|
app.kubernetes.io/part-of: argocd
|
|
app.kubernetes.io/component: applicationset-controller
|
|
name: argocd-applicationset-controller-network-policy
|
|
spec:
|
|
podSelector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: argocd-applicationset-controller
|
|
ingress:
|
|
- from:
|
|
- namespaceSelector: { }
|
|
ports:
|
|
- protocol: TCP
|
|
port: 7000
|
|
- protocol: TCP
|
|
port: 8080
|
|
policyTypes:
|
|
- Ingress
|