mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-12-16 11:27:10 +00:00
prowlar service
This commit is contained in:
@ -33,7 +33,7 @@ spec:
|
|||||||
- name: TZ
|
- name: TZ
|
||||||
value: 'Etc/UTC'
|
value: 'Etc/UTC'
|
||||||
- name: PROWLARR__POSTGRES__HOST
|
- name: PROWLARR__POSTGRES__HOST
|
||||||
value: 'qbittorrent-service.stack-arr.svc.cluster.local'
|
value: 'stolon-proxy-service.postgresql.svc.cluster.local'
|
||||||
- name: PROWLARR__POSTGRES__USER
|
- name: PROWLARR__POSTGRES__USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
12
roles/prowlarr/files/prowlarr-service.yaml
Normal file
12
roles/prowlarr/files/prowlarr-service.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: prowlarr-service
|
||||||
|
namespace: stack-arr
|
||||||
|
spec:
|
||||||
|
ports:
|
||||||
|
- port: 9696
|
||||||
|
targetPort: 9696
|
||||||
|
selector:
|
||||||
|
app: prowlarr
|
||||||
|
type: ClusterIP
|
||||||
Reference in New Issue
Block a user