mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29:34 +00:00
14 lines
286 B
YAML
14 lines
286 B
YAML
config:
|
|
description: External Ingress Controller
|
|
networkPolicy:
|
|
rules:
|
|
- allow-dns
|
|
- allow-ingress-traffic
|
|
- allow-external-services
|
|
|
|
apps:
|
|
- name: ingress-external
|
|
repoURL: https://helm.traefik.io/traefik
|
|
chart: traefik
|
|
targetRevision: 10.9.1
|
|
syncWave: '0'
|