full parsing of config file and validation logic.

This commit is contained in:
2025-01-02 12:17:41 +01:00
parent f99e885f7a
commit 8c5a099082
4 changed files with 117 additions and 25 deletions
+21 -2
View File
@@ -11,7 +11,7 @@ networks:
namespaces:
- namespace: wamblee-org
- name: wamblee-org
capabilities:
- linkerd
applications:
@@ -24,8 +24,27 @@ namespaces:
matchLabels:
app: nexus-server
- namespace: exposure
- name: exposure
applications:
- name: httpd-wamblee-org
matchLabels:
app: wamblee-org
communications:
- from: # can we support both string and list of strings?
- httpd-wamblee-org
to:
- nexus-server
- wamblee-static
- wamblee-safe
# or limiting ports further
- from:
- httpd-wamblee-org
to:
- nexus-server
ports:
- 8081
- 8082