Created
November 24, 2020 18:11
-
-
Save FreedomBen/5cd16e9c4dc15d25b168dc464bdf9269 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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