mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 22:20:18 +00:00
Modify nginx port to avoid collision with api server
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"image": "dockerfile/nginx",
|
||||
"ports": [{
|
||||
"containerPort": 80,
|
||||
"hostPort": 8080
|
||||
"hostPort": 8081
|
||||
}],
|
||||
"livenessProbe": {
|
||||
"enabled": true,
|
||||
@@ -19,7 +19,7 @@
|
||||
"initialDelaySeconds": 30,
|
||||
"httpGet": {
|
||||
"path": "/index.html",
|
||||
"port": "8080"
|
||||
"port": "8081"
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
Reference in New Issue
Block a user