Skip to content

Commit

Permalink
backup
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Nov 9, 2024
1 parent f593561 commit 30225ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bookstack-helm/templates/bookstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: {{ .Values.service.port }}
containerPort: {{ .Values.bookstack.service.port }}
protocol: TCP
env:
- name: TZ
Expand Down
5 changes: 2 additions & 3 deletions bookstack-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ bookstack:
enableLivenessProbe: true
livenessProbeInitialDelaySeconds: 20
livenessProbePeriodSeconds: 15
service:
port: 8080

image:
repository: lscr.io/linuxserver/bookstack
Expand Down Expand Up @@ -84,9 +86,6 @@ securityContext: {}
# runAsNonRoot: true
# runAsUser: 1000

service:
port: 8080

# autoscaling:
# enabled: false
# minReplicas: 1
Expand Down

0 comments on commit 30225ac

Please sign in to comment.