Skip to content

Commit

Permalink
Merge pull request #2216 from tyriis/feature/app-template-v2-migration
Browse files Browse the repository at this point in the history
feat(uptime-kuma): upgrade to app-template v2.3.0
  • Loading branch information
tyriis authored Dec 8, 2023
2 parents f067f8b + c925731 commit a0f0cc5
Showing 1 changed file with 38 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: app-template
version: 1.5.1
version: 2.3.0
sourceRef:
kind: HelmRepository
name: bjw-s-charts
Expand All @@ -22,21 +22,36 @@ spec:
retries: 3
remediateLastFailure: true
values:
global:
nameOverride: *app
image:
repository: louislam/uptime-kuma
tag: 1.23.8
controllers:
main:
annotations:
reloader.stakater.com/auto: "true"
containers:
main:
nameOverride: *app
env:
TZ: ${SETTING_TZ}
image:
repository: louislam/uptime-kuma
tag: 1.23.8
ports:
- name: http
containerPort: 3001
protocol: TCP
resources:
requests:
cpu: 10m
memory: 50Mi
limits:
memory: 150Mi

service:
main:
ports:
http:
port: 3001
persistence:
config:
enabled: true
existingClaim: uptime-kuma-config
mountPath: /app/data
protocol: TCP

ingress:
main:
enabled: true
Expand All @@ -49,14 +64,19 @@ spec:
- host: &host "status.${SECRET_DOMAIN}"
paths:
- path: /
pathType: Prefix
service:
name: main
port: http
tls:
- hosts:
- *host
secretName: status-tls
resources:
requests:
cpu: 10m
memory: 50Mi
limits:
memory: 150Mi

persistence:
config:
enabled: true
existingClaim: uptime-kuma-config
advancedMounts:
main:
main:
- path: /app/data

0 comments on commit a0f0cc5

Please sign in to comment.