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