Skip to content

Instantly share code, notes, and snippets.

@wndxlori
Last active February 28, 2018 17:44
Show Gist options
  • Select an option

  • Save wndxlori/07dd809de7d89733049aa048c15f656f to your computer and use it in GitHub Desktop.

Select an option

Save wndxlori/07dd809de7d89733049aa048c15f656f to your computer and use it in GitHub Desktop.

Revisions

  1. wndxlori revised this gist Feb 28, 2018. 1 changed file with 5 additions and 2 deletions.
    7 changes: 5 additions & 2 deletions test.yaml
    Original file line number Diff line number Diff line change
    @@ -1,16 +1,19 @@
    proxy:
    useTLS: false
    servicePort: 8001
    containerPort: 8001
    admin:
    useTLS: false
    servicePort: 8000
    containerPort: 8000
    readinessProbe:
    httpGet:
    path: "/status"
    port: admin
    scheme: HTTP
    initialDelaySeconds: 180
    livenessProbe:
    httpGet:
    path: "/status"
    port: admin
    scheme: HTTP
    initialDelaySeconds: 180

  2. wndxlori created this gist Feb 27, 2018.
    16 changes: 16 additions & 0 deletions test.yaml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    proxy:
    useTLS: false
    admin:
    useTLS: false
    readinessProbe:
    httpGet:
    path: "/status"
    port: admin
    scheme: HTTP
    initialDelaySeconds: 180
    livenessProbe:
    httpGet:
    path: "/status"
    port: admin
    scheme: HTTP
    initialDelaySeconds: 180