Change default port to 8080

This commit is contained in:
Asher
2019-08-08 11:21:45 -05:00
parent 2b3e8e1a89
commit d4ed2efa71
8 changed files with 21 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ metadata:
namespace: code-server
spec:
ports:
- port: 8443
- port: 8080
name: https
protocol: TCP
selector:
@@ -39,5 +39,5 @@ spec:
imagePullPolicy: Always
name: code-server
ports:
- containerPort: 8443
- containerPort: 8080
name: https