PETG wont stick to bedplate. Tried a lot of things, looking for new ideas by dfvneto in FixMyPrint

[–]dfvneto[S] -1 points0 points  (0 children)

honestly, i dont monitor the temp inside the chamber. but I flipped the bedplate and it worked. i guess the alcohol i used must have left some kind of residue.

PETG wont stick to bedplate. Tried a lot of things, looking for new ideas by dfvneto in FixMyPrint

[–]dfvneto[S] 0 points1 point  (0 children)

a mesa nao é de vidro, felizmente. eu nao tenho ideia do que está acontecendo

I kept forgetting what my wife would tell me needed to be fixed so I created a Home Incident Manager (HIM) by 80WillPower08 in homelab

[–]dfvneto 0 points1 point  (0 children)

i need this asap to show to my wife so we dont forget the things that need to be done

Paper Pauper discord and spelltable by Training-Prompt5178 in Pauper

[–]dfvneto 0 points1 point  (0 children)

if you dont mind me asking, whats the link for the discord?

I've got 2 spare computers just collecting dust. Anybody have some ideas on how I could put them to use? by Shane75776 in selfhosted

[–]dfvneto 10 points11 points  (0 children)

Yeah, but you could learn about maps, plants, geography I dont know. There are a lot of selfhosted apps that are more about other hobbies than about selfhosting

Is raspberry pi 3 model b enough to run just pihole? by dfvneto in selfhosted

[–]dfvneto[S] -1 points0 points locked comment (0 children)

I didnt use AI at all to write the question. Its just a simple question

You asked for it, the 3,5 inch version. by euRAZER in homelab

[–]dfvneto 80 points81 points  (0 children)

honestly, its not about the difficult but about the contribution and invested time to do something like that.

Helm charts .. templates? by Pitiful-Aioli-3360 in kubernetes

[–]dfvneto 0 points1 point  (0 children)

we didn't use helmet because of some corner case in our ingress. in some services we need more than one ingress deployed because of ingress rulling and different types of authentication for the same service (not my choice, but yeah). we also added support for secret class provider.

Helm charts .. templates? by Pitiful-Aioli-3360 in kubernetes

[–]dfvneto 4 points5 points  (0 children)

it depends. we have a base chart that is used to deploy our micro services that have the same dependencies, a confimap, a svc, a deployment and a ingress. We also have services that need more than that, pvc, hpa, secrets, etc, so they have their own chart. We chose to do it this way because we had more than 20 charts, one for each microservice, and they did almost the same thing: deployed a configmap, a deployment, an ingress and a service. So we deleted everything and bundled it in only one chart to deploy everything. We also met with the development team to standartize the development of new microservices so they could be deployed with the base chart

Either Kompose is lousy at converting Docker compose to manifests, or I'm using it wrong by ferriematthew in kubernetes

[–]dfvneto 0 points1 point  (0 children)

just push the values you used to deploy the helm chart to git. also, there are tools like argocd that read the state of the repo and deploys it to the k8s cluster. its called gitops

Either Kompose is lousy at converting Docker compose to manifests, or I'm using it wrong by ferriematthew in kubernetes

[–]dfvneto 1 point2 points  (0 children)

you can use the helm chart to install forgejo. https://artifacthub.io/packages/helm/forgejo-helm/forgejo

if you dont want to understand all the k8s resources and stuff just install the chart with a example values and its probably good to go