Merge pull request #5456 from backstage/timbonicus/k8s-healthcheck

Add healthcheck to k8s doc
This commit is contained in:
Tim
2021-04-23 13:13:36 -06:00
committed by GitHub
+10
View File
@@ -357,6 +357,16 @@ spec:
name: postgres-secrets
- secretRef:
name: backstage-secrets
# Uncomment if health checks are enabled in your app:
# https://backstage.io/docs/plugins/observability#health-checks
# readinessProbe:
# httpGet:
# port: 7000
# path: /healthcheck
# livenessProbe:
# httpGet:
# port: 7000
# path: /healthcheck
```
For production deployments, the `image` reference will usually be a full URL to