added font size env vars and updated image

This commit is contained in:
2026-02-07 10:07:21 +01:00
parent 619a7c09d0
commit d37777ba2f
+19 -5
View File
@@ -10,8 +10,8 @@
# Option C: Authentik proxy - use the alternate ingress at the bottom # Option C: Authentik proxy - use the alternate ingress at the bottom
# #
# BUILD & PUSH: # BUILD & PUSH:
# docker build -t gitea.dooplex.hu/viktor/revfulop-calendar:1.0.0 . # docker build -t gitea.dooplex.hu/viktor/revfulop-calendar:1.2.0 .
# docker push gitea.dooplex.hu/viktor/revfulop-calendar:1.0.0 # docker push gitea.dooplex.hu/viktor/revfulop-calendar:1.2.0
# ============================================================================= # =============================================================================
--- ---
apiVersion: apps/v1 apiVersion: apps/v1
@@ -20,7 +20,7 @@ metadata:
labels: labels:
app.kubernetes.io/instance: revfulop-calendar app.kubernetes.io/instance: revfulop-calendar
app.kubernetes.io/name: revfulop-calendar app.kubernetes.io/name: revfulop-calendar
app.kubernetes.io/version: "1.0.0" app.kubernetes.io/version: "1.2.0"
name: revfulop-calendar name: revfulop-calendar
namespace: orsi-system namespace: orsi-system
spec: spec:
@@ -36,13 +36,13 @@ spec:
labels: labels:
app.kubernetes.io/instance: revfulop-calendar app.kubernetes.io/instance: revfulop-calendar
app.kubernetes.io/name: revfulop-calendar app.kubernetes.io/name: revfulop-calendar
app.kubernetes.io/version: "1.0.0" app.kubernetes.io/version: "1.2.0"
spec: spec:
securityContext: securityContext:
fsGroup: 1000 fsGroup: 1000
containers: containers:
- name: revfulop-calendar - name: revfulop-calendar
image: gitea.dooplex.hu/admin/revfulop-calendar:1.1.0 image: gitea.dooplex.hu/admin/revfulop-calendar:1.2.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ
@@ -51,6 +51,20 @@ spec:
value: "3000" value: "3000"
- name: DB_PATH - name: DB_PATH
value: /data/revfulop.db value: /data/revfulop.db
# UI font sizes (in px) — change and restart pod, no rebuild needed
- name: UI_FONT_SIZE
value: "17" # body text (default: 15)
- name: UI_TITLE_SIZE
value: "34" # main title (default: 32)
- name: UI_CALENDAR_SIZE
value: "16" # calendar day numbers (default: 14)
- name: UI_BUTTON_SIZE
value: "16" # buttons, inputs, dropdowns (default: 14)
# Optional: customize site branding
- name: UI_SITE_NAME
value: "Nyaraló Naptár"
- name: UI_SITE_SUBTITLE
value: "Révfülöp · Balaton"
# ------------------------------------------------------------------ # ------------------------------------------------------------------
# Option B: Simple password auth # Option B: Simple password auth
# Uncomment the line below and set a shared family password. # Uncomment the line below and set a shared family password.