Redeployed Harbor as external instance #2;Updated deployment images
This commit is contained in:
parent
2e3e066d68
commit
051f7fcbad
@ -37,7 +37,7 @@ spec:
|
|||||||
serviceAccountName: adminer
|
serviceAccountName: adminer
|
||||||
containers:
|
containers:
|
||||||
- name: adminer
|
- name: adminer
|
||||||
image: adminer
|
image: registry.spamasaurus.com/proxy/library/adminer
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: web
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
|
@ -16,7 +16,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ddclient
|
- name: ddclient
|
||||||
image: linuxserver/ddclient
|
image: registry.spamasaurus.com/proxy/linuxserver/ddclient
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: ddclient-secret
|
name: ddclient-secret
|
||||||
|
@ -28,7 +28,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: gotify
|
- name: gotify
|
||||||
image: gotify/server
|
image: registry.spamasaurus.com/proxy/gotify/server
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: web
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
|
@ -35,7 +35,7 @@ spec:
|
|||||||
hostname: guacamole
|
hostname: guacamole
|
||||||
containers:
|
containers:
|
||||||
- name: guacamole
|
- name: guacamole
|
||||||
image: guacamole/guacamole
|
image: registry.spamasaurus.com/proxy/guacamole/guacamole
|
||||||
env:
|
env:
|
||||||
- name: GUACD_HOSTNAME
|
- name: GUACD_HOSTNAME
|
||||||
value: 'guacamole.default.svc.cluster.local'
|
value: 'guacamole.default.svc.cluster.local'
|
||||||
@ -53,7 +53,7 @@ spec:
|
|||||||
- name: ui
|
- name: ui
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
- name: guacd
|
- name: guacd
|
||||||
image: guacamole/guacd
|
image: registry.spamasaurus.com/proxy/guacamole/guacd
|
||||||
env:
|
env:
|
||||||
- name: GUACD_LOG_LEVEL
|
- name: GUACD_LOG_LEVEL
|
||||||
value: 'debug'
|
value: 'debug'
|
||||||
@ -61,7 +61,7 @@ spec:
|
|||||||
- name: proxy
|
- name: proxy
|
||||||
containerPort: 4822
|
containerPort: 4822
|
||||||
- name: mysql
|
- name: mysql
|
||||||
image: mysql:latest
|
image: registry.spamasaurus.com/proxy/library/mysql:latest
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 999
|
runAsUser: 999
|
||||||
runAsGroup: 999
|
runAsGroup: 999
|
||||||
|
@ -28,7 +28,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: lighttpd-php-pwsh
|
- name: lighttpd-php-pwsh
|
||||||
image: djpbessems/lighttpd-php-powershell
|
image: registry.spamasaurus.com/library/lighttpd-php-powershell
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: web
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
|
@ -30,7 +30,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: nzbhydra
|
- name: nzbhydra
|
||||||
image: linuxserver/nzbhydra2
|
image: registry.spamasaurus.com/proxy/linuxserver/nzbhydra2
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: web
|
||||||
containerPort: 5076
|
containerPort: 5076
|
||||||
|
@ -31,7 +31,7 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
containers:
|
containers:
|
||||||
- name: plex
|
- name: plex
|
||||||
image: linuxserver/plex
|
image: registry.spamasaurus.com/proxy/linuxserver/plex
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: web
|
||||||
containerPort: 32400
|
containerPort: 32400
|
||||||
|
@ -30,7 +30,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: radarr
|
- name: radarr
|
||||||
image: linuxserver/radarr:nightly
|
image: registry.spamasaurus.com/proxy/linuxserver/radarr:nightly
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: web
|
||||||
containerPort: 7878
|
containerPort: 7878
|
||||||
|
@ -30,7 +30,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: readarr
|
- name: readarr
|
||||||
image: hotio/readarr:nightly
|
image: registry.spamasaurus.com/proxy/hotio/readarr:nightly
|
||||||
env:
|
env:
|
||||||
- name: DEBUG
|
- name: DEBUG
|
||||||
value: 'yes'
|
value: 'yes'
|
||||||
|
@ -30,7 +30,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: sabnzbd
|
- name: sabnzbd
|
||||||
image: linuxserver/sabnzbd
|
image: registry.spamasaurus.com/proxy/linuxserver/sabnzbd
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: web
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
|
@ -30,7 +30,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: sonarr
|
- name: sonarr
|
||||||
image: linuxserver/sonarr:preview
|
image: registry.spamasaurus.com/proxy/linuxserver/sonarr:preview
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: web
|
||||||
containerPort: 8989
|
containerPort: 8989
|
||||||
|
@ -28,7 +28,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: shaarli
|
- name: shaarli
|
||||||
image: shaarli/shaarli
|
image: registry.spamasaurus.com/proxy/shaarli/shaarli
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: web
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
|
@ -28,7 +28,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: theia
|
- name: theia
|
||||||
image: theiaide/theia-full
|
image: registry.spamasaurus.com/proxy/theiaide/theia-full
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: web
|
||||||
containerPort: 3000
|
containerPort: 3000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user