Skip to content

Commit

Permalink
feat: add keel annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
limwa committed Aug 22, 2024
1 parent e0264f4 commit 1a14899
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services/pulumi/niployments/services/tts/common/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ export class TTSBackend extends pulumi.ComponentResource {
{
metadata: {
namespace: args.namespace,
annotations: {
"keel.sh/policy": "force",
"keel.sh/match-tag": "true",
}
},
spec: {
replicas: 1,
Expand Down
4 changes: 4 additions & 0 deletions services/pulumi/niployments/services/tts/common/frontend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ export class TTSFrontend extends pulumi.ComponentResource {
{
metadata: {
namespace: args.namespace,
annotations: {
"keel.sh/policy": "force",
"keel.sh/match-tag": "true",
}
},
spec: {
replicas: 1,
Expand Down

0 comments on commit 1a14899

Please sign in to comment.