mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 12:09:29 +00:00
Fixme: External NP
This commit is contained in:
parent
cb7098c84e
commit
f99284801a
1 changed files with 5 additions and 2 deletions
|
@ -1,10 +1,13 @@
|
|||
config:
|
||||
description: External Ingress Controller
|
||||
networkPolicy:
|
||||
config:
|
||||
allowNamespace: false
|
||||
rules:
|
||||
- allow-dns
|
||||
#- allow-dns
|
||||
- allow-ingress-traffic
|
||||
- allow-external-services
|
||||
#- allow-external-services
|
||||
#- allow-kubeapi
|
||||
|
||||
apps:
|
||||
- name: ingress-external
|
||||
|
|
Loading…
Reference in a new issue