full parsing of config file and validation logic.
This commit is contained in:
+21
-2
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user