Skip to content

Commit

Permalink
Correct k8s port mapping (#3841)
Browse files Browse the repository at this point in the history
* fix: add envFrom secretRef

* fix: remove duplicate k8s port definition
  • Loading branch information
rpcross authored Sep 17, 2024
1 parent df64734 commit 743ddff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions k8s/mailarchive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ spec:
- name: mailarchive
image: "ghcr.io/ietf-tools/mailarchive:$APP_IMAGE_TAG"
imagePullPolicy: Always
ports:
- containerPort: 8000
name: http
protocol: TCP
volumeMounts:
- name: ml-vol
mountPath: /mnt/mailarchive
Expand Down

0 comments on commit 743ddff

Please sign in to comment.