From 13dd3af775db205ffcd58e995b2146467f33e6c5 Mon Sep 17 00:00:00 2001 From: Gilles Dubreuil Date: Tue, 17 Sep 2024 16:19:51 +0200 Subject: [PATCH] Cleanup --- .../manifests/guac/graphql/Deployment.kube | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 roles/tpa_single_node/templates/manifests/guac/graphql/Deployment.kube diff --git a/roles/tpa_single_node/templates/manifests/guac/graphql/Deployment.kube b/roles/tpa_single_node/templates/manifests/guac/graphql/Deployment.kube new file mode 100644 index 0000000..588be44 --- /dev/null +++ b/roles/tpa_single_node/templates/manifests/guac/graphql/Deployment.kube @@ -0,0 +1,13 @@ +[Unit] +Description=Run Guac Graphql Pod + +[Kube] +Yaml=/etc/rhtpa/manifests/Guac-Graphql-Deployment.yaml + +[Service] +Restart=always +RestartSec=10 +StartLimitInterval=0 + +[Install] +WantedBy=default.target