mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 04:03:20 +00:00
Merge pull request #9965 from stevekuznetsov/skuznets/allow-https
Allowing for HTTPS Probes
This commit is contained in:
@@ -12722,6 +12722,10 @@
|
||||
"host": {
|
||||
"type": "string",
|
||||
"description": "hostname to connect to; defaults to pod IP"
|
||||
},
|
||||
"scheme": {
|
||||
"type": "string",
|
||||
"description": "scheme to connect with, must be HTTP or HTTPS, defaults to HTTP"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -12724,6 +12724,10 @@
|
||||
"host": {
|
||||
"type": "string",
|
||||
"description": "hostname to connect to; defaults to pod IP"
|
||||
},
|
||||
"scheme": {
|
||||
"type": "string",
|
||||
"description": "scheme to connect with, must be HTTP or HTTPS, defaults to HTTP"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user