Merge pull request #45573 from Arhell/id-remove

[id] Remove hostPort field from the liveness probe examples to align …
pull/45588/head
Kubernetes Prow Robot 2024-03-17 16:54:32 -07:00 committed by GitHub
commit 06263918f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -227,7 +227,6 @@ dengan nama untuk melakukan pemeriksaan _liveness_ HTTP atau TCP:
ports:
- name: liveness-port
containerPort: 8080
hostPort: 8080
livenessProbe:
httpGet:
@ -251,7 +250,6 @@ Sehingga, contoh sebelumnya menjadi:
ports:
- name: liveness-port
containerPort: 8080
hostPort: 8080
livenessProbe:
httpGet: