feat(kafka): complete kafka integration - service deployed and verified
This commit is contained in:
parent
3858202855
commit
546569caf7
7 changed files with 127 additions and 36 deletions
|
|
@ -134,10 +134,17 @@
|
|||
labels = cfg.runner.labels;
|
||||
settings = {
|
||||
container = {
|
||||
network = "bridge";
|
||||
network = "host";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Fix: Bind mount Podman socket for gitea-runner
|
||||
# With DynamicUser=true, SupplementaryGroups doesn't reliably work.
|
||||
# BindPaths ensures the service can access the socket regardless of group membership.
|
||||
systemd.services.gitea-runner-default = lib.mkIf cfg.runner.enable {
|
||||
serviceConfig.BindPaths = [ "/run/podman/podman.sock" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue