move port

This commit is contained in:
Tobias Brunner 2020-03-15 21:33:19 +01:00
parent 7a58b44881
commit 4a4e6ed490
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ data:
server {
resolver 1.1.1.1;
listen 8080;
listen 8888;
location / {
expires 30d;

View file

@ -8,7 +8,7 @@ spec:
ports:
- port: 8080
protocol: TCP
targetPort: 8080
targetPort: 8888
selector:
app: nginxcache
type: ClusterIP