Skip to content

Commit

Permalink
Merge pull request #16864 from vrothberg/kube-improvements
Browse files Browse the repository at this point in the history
podman-kube@ template: use `podman kube`
  • Loading branch information
openshift-merge-robot authored Dec 16, 2022
2 parents d6c2fa6 + 12d0584 commit 5e4c035
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contrib/systemd/system/[email protected]
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[Unit]
Description=A template for running K8s workloads via podman-play-kube
Documentation=man:podman-play-kube(1)
Description=A template for running K8s workloads via podman-kube-play
Documentation=man:podman-kube-play(1)
Wants=network-online.target
After=network-online.target
RequiresMountsFor=%t/containers

[Service]
Environment=PODMAN_SYSTEMD_UNIT=%n
TimeoutStopSec=70
ExecStart=@@PODMAN@@ play kube --replace --service-container=true %I
ExecStop=@@PODMAN@@ play kube --down %I
ExecStart=@@PODMAN@@ kube play --replace --service-container=true %I
ExecStop=@@PODMAN@@ kube down %I
Type=notify
NotifyAccess=all

Expand Down

0 comments on commit 5e4c035

Please sign in to comment.