Skip to content

Commit

Permalink
fix: update required values discovered during deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Sep 3, 2024
1 parent c124424 commit 3272f44
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tmp/
*.crt
*.key
*.csr
*.srl
*.pem
*.der
*.tmp.*
Expand Down
5 changes: 5 additions & 0 deletions src/trillian/values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ mysql:
port: 3306
protocol: TCP
targetPort: 3306
securityContext:
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
fsGroup: 1000

# the trillian mysql image is already configured with the DB
# this job does not wait for mysql to come up so will just enter an error state
Expand Down
3 changes: 3 additions & 0 deletions src/tsa/values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ server:
port: 2112
protocol: TCP
targetPort: 2112
ingress:
http:
enabled: false

namespace:
name: tsa-system
Expand Down

0 comments on commit 3272f44

Please sign in to comment.