"K8s startupProbe"의 두 판 사이의 차이

1번째 줄: 1번째 줄:
==개요==
==개요==
;K8s startupProbe
;K8s startupProbe
* [[k8s Probe]] 중 하나


<syntaxhighlight lang='yaml' line>
<syntaxhighlight lang='yaml' line>

2022년 2월 13일 (일) 16:51 판

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: ""
startupProbe:
  httpGet:
    httpHeaders:
      - name: User-Agent
        value: ""

2 같이 보기

3 참고

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