forked from trustification/trustification-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request trustification#30 from gildub/quadlet
Enable and start systemd services for guac csub and graphql
- Loading branch information
Showing
8 changed files
with
66 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
roles/tpa_single_node/templates/manifests/guac/collectsub/Deployment.kube
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[Unit] | ||
Description=Run Guac Collectsub Pod | ||
|
||
[Kube] | ||
Yaml=/etc/rhtpa/manifests/Guac-Collectsub-Deployment.yaml | ||
|
||
[Service] | ||
Restart=always | ||
RestartSec=10 | ||
StartLimitInterval=0 | ||
|
||
[Install] | ||
WantedBy=default.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
roles/tpa_single_node/templates/manifests/guac/graphql/Deployment.kube
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
File renamed without changes.