Skip to content

Commit

Permalink
fix(uptime-kuma): fix indentation in helm-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Dec 8, 2023
1 parent b0c5f8a commit c925731
Showing 1 changed file with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@ spec:
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
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:
Expand Down

0 comments on commit c925731

Please sign in to comment.