mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
17 lines
349 B
YAML
17 lines
349 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://helm.traefik.io/traefik
|
|
chart: traefik
|
|
targetRevision: 15.3.1
|
|
syncWave: '0'
|