replicaCount: 1 image: repository: git.keligrubb.com/keligrubb/kestrelos tag: 1.1.4 pullPolicy: IfNotPresent service: type: ClusterIP port: 3000 resources: limits: memory: 512Mi requests: cpu: 100m memory: 128Mi livenessProbe: httpGet: path: /health/live port: 3000 initialDelaySeconds: 10 periodSeconds: 10 readinessProbe: httpGet: path: /health/ready port: 3000 initialDelaySeconds: 5 periodSeconds: 5 ingress: enabled: false host: kestrelos.local tls: []