K8s startupProbe

Jmnote (토론 | 기여)님의 2021년 10월 30일 (토) 23:06 판 (새 문서: ==개요== ;K8s startupProbe <syntaxhighlight lang='yaml'> startupProbe: httpGet: path: /healthz port: liveness-port failureThreshold: 30 periodSeconds: 10 </syntaxhigh...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

K8s startupProbe
startupProbe:
  httpGet:
    path: /healthz
    port: liveness-port
  failureThreshold: 30
  periodSeconds: 10
startupProbe:
  httpGet:
    httpHeaders:
      - name: User-Agent
        value: MyUserAgent
startupProbe:
  httpGet:
    httpHeaders:
      - name: User-Agent
        value: ""

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}