Skip to content

Instantly share code, notes, and snippets.

@FreedomBen
Created November 24, 2020 18:11
Show Gist options
  • Select an option

  • Save FreedomBen/5cd16e9c4dc15d25b168dc464bdf9269 to your computer and use it in GitHub Desktop.

Select an option

Save FreedomBen/5cd16e9c4dc15d25b168dc464bdf9269 to your computer and use it in GitHub Desktop.
spec:
containers:
- image: quay.io/<username>/nginx:latest
name: application-nginx
imagePullPolicy: Always
ports:
- containerPort: 8443
protocol: TCP
readinessProbe:
httpGet:
scheme: HTTPS
path: /index.html
port: 8443
initialDelaySeconds: 10
periodSeconds: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment