Skip to content

Commit 0a02346

Browse files
committed
p
1 parent c98559f commit 0a02346

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

kubernetes/charts/poctest/templates/deployment-pocmanager.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ spec:
1616
containers:
1717
- name: pocmanager
1818
image: registry.gitlab.local.ildoc.it/bots/pocmanager:9319b119bef61dc36e92cc510708c820ff97c632
19+
env:
20+
- name: ASPNETCORE_URLS
21+
value: "http://*:80"
1922

kubernetes/charts/poctest/templates/deployment-pocsender.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ spec:
1616
containers:
1717
- name: pocsender
1818
image: registry.gitlab.local.ildoc.it/bots/pocsender:ae52e4f4ffc5d843d423056e3ea7568e6f7719f4
19+
env:
20+
- name: ASPNETCORE_URLS
21+
value: "http://*:80"
1922
volumeMounts:
2023
- name: secret-volume
2124
mountPath: /app/secretfile.json

0 commit comments

Comments
 (0)