Skip to content

Commit

Permalink
chore(manyfold): setting up multi user and changing ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmcfall committed Aug 26, 2024
1 parent bdf1fc5 commit 6976dca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions kubernetes/apps/home/manyfold/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ spec:
PORTS: &port 3214
PUID: 1000
PGID: 1000
MULTIUSER: enabled
TZ: ${TIMEZONE}
envFrom: *envFrom
probes:
Expand Down Expand Up @@ -99,12 +100,12 @@ spec:
gethomepage.dev/icon: manyfold
gethomepage.dev/description: STL Library
external-dns.alpha.kubernetes.io/target: external.${SECRET_DOMAIN}
nginx.ingress.kubernetes.io/proxy-body-size: '0'
nginx.ingress.kubernetes.io/proxy-read-timeout: '600'
nginx.ingress.kubernetes.io/proxy-send-timeout: '600'
nginx.ingress.kubernetes.io/proxy-body-size: "0"
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
className: external
hosts:
- host: "{{ .Release.Name }}.${SECRET_DOMAIN}"
- host: "3d.${SECRET_DOMAIN}"
paths: &paths
- path: /
service:
Expand Down

0 comments on commit 6976dca

Please sign in to comment.