work in progress. working on pod templatest.
This commit is contained in:
+13
-10
@@ -12,6 +12,7 @@ networks:
|
||||
|
||||
namespaces:
|
||||
- name: wamblee-org
|
||||
open: true
|
||||
capabilities:
|
||||
- linkerd
|
||||
applications:
|
||||
@@ -29,22 +30,24 @@ namespaces:
|
||||
- name: httpd-wamblee-org
|
||||
matchLabels:
|
||||
app: wamblee-org
|
||||
ports:
|
||||
- 1000
|
||||
|
||||
communications:
|
||||
- from: # can we support both string and list of strings?
|
||||
- httpd-wamblee-org
|
||||
- internet
|
||||
to:
|
||||
- nexus-server
|
||||
- wamblee-static
|
||||
- wamblee-safe
|
||||
|
||||
# or limiting ports further
|
||||
- from:
|
||||
- httpd-wamblee-org
|
||||
to:
|
||||
- nexus-server
|
||||
ports:
|
||||
- 8081
|
||||
- 8082
|
||||
|
||||
# # or limiting ports further
|
||||
# - from:
|
||||
# - httpd-wamblee-org
|
||||
# to:
|
||||
# - nexus-server
|
||||
# ports:
|
||||
# - 8081
|
||||
# - 8082
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user