Step 4: enable frontend + path-based routing + tower:0.2.0
This commit is contained in:
14
values.yaml
14
values.yaml
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user