Skip to content

Commit

Permalink
port
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Aug 6, 2024
1 parent 0854577 commit b1ec769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bookstack-helm/templates/db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ spec:
image: "{{ .Values.db_image.repository }}:{{ .Values.db_image.tag }}"
imagePullPolicy: {{ .Values.db_image.pullPolicy }}
ports:
- name: http
containerPort: {{ .Values.service.port }}
- name: db
containerPort: {{ .Values.bookstack.db.port }}
protocol: TCP
env:
- name: TZ
Expand Down

0 comments on commit b1ec769

Please sign in to comment.