mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
17 lines
366 B
YAML
17 lines
366 B
YAML
config:
|
|
description: External Ingress Controller
|
|
networkPolicy:
|
|
config:
|
|
allowNamespace: false
|
|
rules:
|
|
#- allow-dns
|
|
- allow-ingress-traffic
|
|
#- allow-external-services
|
|
#- allow-kubeapi
|
|
|
|
apps:
|
|
- name: ingress-external
|
|
repoURL: https://kubernetes.github.io/ingress-nginx
|
|
chart: ingress-nginx
|
|
targetRevision: 4.10.0
|
|
syncWave: '0'
|