fix(kapowarr): remove things that aren't needed
This commit is contained in:
parent
cf192165db
commit
2a74fb74a6
|
@ -32,13 +32,6 @@ spec:
|
|||
repository: mrcas/kapowarr
|
||||
tag: v1.0.0-beta-4
|
||||
|
||||
env:
|
||||
QBITTORRENT__PORT: 8080
|
||||
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: qbittorrent-secrets
|
||||
|
||||
service:
|
||||
app:
|
||||
controller: main
|
||||
|
@ -46,7 +39,6 @@ spec:
|
|||
ports:
|
||||
http:
|
||||
port: 5656
|
||||
protocol: HTTP
|
||||
|
||||
ingress:
|
||||
main:
|
||||
|
@ -56,16 +48,12 @@ spec:
|
|||
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
|
||||
|
||||
hosts:
|
||||
- host: &host "kapowarr.${SECRET_NEW_DOMAIN}"
|
||||
- host: "kapowarr.${SECRET_NEW_DOMAIN}"
|
||||
paths:
|
||||
- path: /
|
||||
service:
|
||||
identifier: app
|
||||
port: http
|
||||
|
||||
tls:
|
||||
- hosts:
|
||||
- *host
|
||||
|
||||
persistence:
|
||||
storage:
|
||||
|
|
Loading…
Reference in New Issue