Difference between revisions of "HttpHeaders"
Jump to navigation
Jump to search
(Created page with "{{lc}} {{Liveness official example}}") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
{{Liveness official example}} | {{Liveness official example}} | ||
+ | |||
+ | == See also == | ||
+ | * {{K8s probes}} | ||
+ | |||
+ | [[Category:Probes]] |
Latest revision as of 10:47, 22 October 2024
apiVersion: v1 kind: Pod metadata: labels: test: liveness name: liveness-http spec: containers: - name: liveness image: registry.k8s.io/e2e-test-images/agnhost:2.40 args: - liveness livenessProbe: httpGet: path: /healthz port: 8080 httpHeaders: - name: Custom-Header value: Awesome initialDelaySeconds: 3 periodSeconds: 3
See also[edit]
Advertising: