forked from github-mirrorer/plcnk-helm-charts
feat(it-tools): Change service port to 8080 (#8)
* fix(actions): Add NET_BIND_SERVICE capability * test(it-tools): Remove capabilities options * feat(it-tools): Removed liveness & readiness probes * feat(actions): Update chart testing workflow * test(actions): Re-add probes & test security context * feat(it-tools): Changed service port to 8080 * feat(doc): Be more specific in the changelog
This commit is contained in:
committed by
GitHub
parent
6afaf6cf65
commit
882dc805cf
@ -18,7 +18,7 @@ configMaps:
|
||||
include /etc/nginx/mime.types;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen 8080;
|
||||
server_name _;
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
@ -59,7 +59,7 @@ controllers:
|
||||
containers:
|
||||
app:
|
||||
ports:
|
||||
- containerPort: 80
|
||||
- containerPort: 8080
|
||||
name: http
|
||||
protocol: TCP
|
||||
probes:
|
||||
|
||||
Reference in New Issue
Block a user