work in progress. working on pod templatest.

This commit is contained in:
2025-01-02 17:14:06 +01:00
parent 8c5a099082
commit 207043d38f
15 changed files with 419 additions and 91 deletions
+13 -10
View File
@@ -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