Step 4: enable frontend + path-based routing + tower:0.2.0

This commit is contained in:
git_admin
2026-04-26 18:17:38 +03:00
parent 13a1fcd448
commit 753ad486e7
4 changed files with 81 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ backend:
enabled: true
image:
repository: docker.io/odoosky/tower
tag: "0.1.0"
tag: "0.2.0"
pullPolicy: IfNotPresent # IfNotPresent because the image is in
# containerd's k8s.io namespace already
# (lab1 single-server). Replace with
@@ -19,13 +19,19 @@ backend:
memory: 256Mi
frontend:
# Off until Step 4 builds it. The chart slot is reserved here so
# turning it on later is a values-flip, not a chart edit.
enabled: false
enabled: true
image:
repository: docker.io/odoosky/tower-ui
tag: "0.1.0"
pullPolicy: IfNotPresent
replicas: 1
resources:
requests:
cpu: 10m
memory: 16Mi
limits:
cpu: 250m
memory: 64Mi
# Tower needs to talk to:
# - Gitea (create tenant repos, commit values.yaml)