port names

This commit is contained in:
2024-04-19 10:38:03 +02:00
parent 953203682d
commit cc1b66c1e6
6 changed files with 10 additions and 8 deletions

View File

@ -12,7 +12,7 @@ spec:
kind: Rule
services:
- name: paperless-service
port: 8000
port: http
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
@ -31,4 +31,4 @@ spec:
# namespace: authentik
services:
- name: paperless-service
port: 8000
port: http

View File

@ -8,7 +8,7 @@ spec:
ports:
- name: http
port: 80
targetPort: 8000
targetPort: http
selector:
app: paperless-webserver
status:

View File

@ -43,7 +43,8 @@ spec:
- image: ghcr.io/paperless-ngx/paperless-ngx:latest
name: paperless-webserver
ports:
- containerPort: 8000
- name: http
containerPort: 8000
protocol: TCP
resources: {}
volumeMounts: