hive-apps/projects/ingress-external/project.yml

18 lines
365 B
YAML
Raw Normal View History

config:
description: External Ingress Controller
networkPolicy:
2022-01-07 10:21:09 +00:00
config:
allowNamespace: false
rules:
2022-01-11 18:09:35 +00:00
#- allow-dns
2022-01-06 10:48:28 +00:00
- allow-ingress-traffic
2022-01-11 18:09:35 +00:00
#- allow-external-services
2022-01-07 10:21:09 +00:00
#- allow-kubeapi
apps:
- name: ingress-external
repoURL: https://kubernetes.github.io/ingress-nginx
chart: ingress-nginx
targetRevision: 4.9.1
syncWave: '0'