mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
add image pulling credentials
This commit is contained in:
@@ -13,6 +13,8 @@ spec:
|
||||
labels:
|
||||
app: jackett
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
volumes:
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
|
||||
@@ -20,6 +20,8 @@ spec:
|
||||
- name: downloads
|
||||
persistentVolumeClaim:
|
||||
claimName: downloads-nfs
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
containers:
|
||||
- name: sonarr
|
||||
image: linuxserver/sonarr
|
||||
@@ -115,6 +117,8 @@ spec:
|
||||
labels:
|
||||
app: plex
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
containers:
|
||||
- name: plex-proxy
|
||||
image: alpine/socat
|
||||
@@ -197,6 +201,8 @@ spec:
|
||||
- name: downloads
|
||||
persistentVolumeClaim:
|
||||
claimName: downloads-nfs
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
containers:
|
||||
- name: openvpn
|
||||
image: qmcgaw/gluetun:latest
|
||||
@@ -409,6 +415,8 @@ spec:
|
||||
labels:
|
||||
app: nextcloud
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
volumes:
|
||||
- name: nextcloud-config
|
||||
persistentVolumeClaim:
|
||||
@@ -568,6 +576,8 @@ spec:
|
||||
labels:
|
||||
app: files
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
volumes:
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
@@ -722,6 +732,8 @@ spec:
|
||||
- name: books
|
||||
persistentVolumeClaim:
|
||||
claimName: books-nfs
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
containers:
|
||||
- name: books
|
||||
image: bixidock/h5ai
|
||||
|
||||
@@ -21,6 +21,8 @@ spec:
|
||||
tolerations:
|
||||
- effect: NoSchedule
|
||||
operator: Exists
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
containers:
|
||||
- name: pihole
|
||||
image: pihole/pihole:latest
|
||||
|
||||
@@ -13,6 +13,8 @@ spec:
|
||||
labels:
|
||||
app: radarr
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
volumes:
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
|
||||
@@ -13,6 +13,8 @@ spec:
|
||||
labels:
|
||||
app: static-file-server
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
volumes:
|
||||
- name: downloads
|
||||
persistentVolumeClaim:
|
||||
|
||||
@@ -51,6 +51,8 @@ spec:
|
||||
labels:
|
||||
app: wireguard
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
containers:
|
||||
- name: wireguard
|
||||
image: ghcr.io/linuxserver/wireguard
|
||||
|
||||
Reference in New Issue
Block a user