initial version of confiuration is now parsed.
This commit is contained in:
@@ -10,3 +10,22 @@ networks:
|
||||
- 192.168.0.0/16
|
||||
|
||||
|
||||
namespaces:
|
||||
- namespace: wamblee-org
|
||||
capabilities:
|
||||
- linkerd
|
||||
applications:
|
||||
- name: nexus-server
|
||||
# ports when specified at the application level are used when
|
||||
# not explicitly mentioned when a link is made
|
||||
ports:
|
||||
- 8081
|
||||
- 8082
|
||||
matchLabels:
|
||||
app: nexus-server
|
||||
|
||||
- namespace: exposure
|
||||
applications:
|
||||
- name: httpd-wamblee-org
|
||||
matchLabels:
|
||||
app: wamblee-org
|
||||
|
||||
Reference in New Issue
Block a user