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
|
repository: mrcas/kapowarr
|
||||||
tag: v1.0.0-beta-4
|
tag: v1.0.0-beta-4
|
||||||
|
|
||||||
env:
|
|
||||||
QBITTORRENT__PORT: 8080
|
|
||||||
|
|
||||||
envFrom:
|
|
||||||
- secretRef:
|
|
||||||
name: qbittorrent-secrets
|
|
||||||
|
|
||||||
service:
|
service:
|
||||||
app:
|
app:
|
||||||
controller: main
|
controller: main
|
||||||
|
@ -46,7 +39,6 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
port: 5656
|
port: 5656
|
||||||
protocol: HTTP
|
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
|
@ -56,17 +48,13 @@ spec:
|
||||||
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
|
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
|
||||||
|
|
||||||
hosts:
|
hosts:
|
||||||
- host: &host "kapowarr.${SECRET_NEW_DOMAIN}"
|
- host: "kapowarr.${SECRET_NEW_DOMAIN}"
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
service:
|
service:
|
||||||
identifier: app
|
identifier: app
|
||||||
port: http
|
port: http
|
||||||
|
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- *host
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
storage:
|
storage:
|
||||||
type: hostPath
|
type: hostPath
|
||||||
|
|
Loading…
Reference in New Issue