Upgrade Tornjak to new image v1.2.1 (#299)

This upgrade enables the production version of React in Tornjak Frontend
with a smaller footprint and faster startup time.

Using Tornjak v1.2.1 release
https://github.com/spiffe/tornjak/releases/tag/v1.2.1

---------

Signed-off-by: Mariusz Sabath <[email protected]>
This commit is contained in:
Mariusz Sabath
2023-05-23 13:32:20 -04:00
committed by GitHub
parent 1922085ba7
commit e4447fd8eb
9 changed files with 59 additions and 17 deletions
@@ -174,9 +174,9 @@ spec:
successThreshold: 1
timeoutSeconds: 5
args:
- -c
- --spire-config
- /run/spire/config/server.conf
- -t
- --tornjak-config
- /run/spire/tornjak-config/server.conf
ports:
- name: tornjak
@@ -7,7 +7,12 @@ metadata:
data:
server.conf: |
server {
metadata = "insert metadata"
spire_socket_path = "unix:///tmp/spire-server/private/api.sock" # socket to communicate with SPIRE server
http {
enabled = true # if true, opens HTTP server
port = "10000" # if HTTP enabled, opens HTTP listen port at container port 10000
}
}
plugins {