Skip to content

Commit

Permalink
add port and make image explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
bmccool committed Feb 20, 2022
1 parent 9264d85 commit 0404001
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions cluster/apps/default/uptime-kuma/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,16 @@ spec:
remediation:
retries: 3
values:
#image:
image:
# repository: ghcr.io/k8s-at-home/uptime-kuma
# tag: v1.11.1
# pullPolicy: IfNotPresent
repository: louislam/uptime-kuma
tag: v1.11.1
pullPolicy: IfNotPresent
service:
main:
ports:
http:
port: 3001
ingress:
main:
enabled: true
Expand Down

0 comments on commit 0404001

Please sign in to comment.