Skip to content

Commit

Permalink
Move helm to charts/turbo-enigma
Browse files Browse the repository at this point in the history
Signed-off-by: 💻 Eher <[email protected]>
  • Loading branch information
EHER committed Jan 6, 2022
1 parent 63f8580 commit 03f1ba1
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
29 changes: 29 additions & 0 deletions charts/turbo-enigma/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
image:
repository: ghcr.io/codelicia/turbo-enigma
pullPolicy: Always
tag: main

slack:
avatarUrl: "https://avatars.githubusercontent.com/u/46966179?s=200&v=4"
message: "New Merge Request Created"
username: "codelicia/turbo-enigma"
webhookUrl: http://slack-webhook.localhost

notificationRules:
- channel: "#enabling-team"
labels: ["Enabling Team"]
- channel: "#open-source"
labels: ["Codelicia"]
- channel: "#turbo-enigma"
labels: ["just-testing"]

service:
nodePort: 30000

ingress:
enabled: true
path: /
host: enigma.localhost
tls:
enabled: false
secretName: todo
File renamed without changes.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added test.txt
Empty file.

0 comments on commit 03f1ba1

Please sign in to comment.