this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Hmm

+14 -1
+14 -1
k8s/nebula/apps/monitoring/kromgo/app/hr.yaml
··· 33 33 app: 34 34 image: 35 35 repository: ghcr.io/kashalls/kromgo 36 - tag: 0.3.1@sha256:5ba40b2fda00ab7adb039c0be955161b84febfe9e9e7816d5f1f87d9ab41f173 36 + tag: 0.3.1 37 37 env: 38 38 PROMETHEUS_URL: http://prom-prometheus.monitoring.svc.nebula.local:9090 39 39 PORT: &port 80 40 + probes: 41 + liveness: &probes 42 + enabled: true 43 + custom: true 44 + spec: 45 + httpGet: 46 + path: /-/ready 47 + port: *port 48 + initialDelaySeconds: 0 49 + periodSeconds: 10 50 + timeoutSeconds: 1 51 + failureThreshold: 3 52 + readiness: *probes 40 53 securityContext: 41 54 allowPrivilegeEscalation: false 42 55 readOnlyRootFilesystem: true