ai cooking
0
fork

Configure Feed

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

Merge pull request #184 from paulgmiller/pmiller/superflous

fix superflous header write and newest deploy

authored by

Paul Miller and committed by
GitHub
8e902752 e351abc1

+1 -3
-2
cmd/careme/ready.go
··· 37 37 if _, err := w.Write([]byte("OK")); err != nil { 38 38 slog.ErrorContext(req.Context(), "failed to write readiness response", "error", err) 39 39 } 40 - 41 - w.WriteHeader(http.StatusOK) 42 40 }
+1 -1
deploy/deploy.yaml
··· 21 21 runAsGroup: 65532 22 22 containers: 23 23 - name: careme 24 - image: ghcr.io/paulgmiller/careme:0edc561 24 + image: ghcr.io/paulgmiller/careme:e351abc 25 25 imagePullPolicy: IfNotPresent 26 26 ports: 27 27 - containerPort: 8080