Remove redundant manifest
This commit is contained in:
parent
009256d8cb
commit
67cc2ba2b2
@ -250,7 +250,6 @@ kubectl rollout restart deployment guacamole
|
|||||||
```shell
|
```shell
|
||||||
kubectl apply -f services/Lighttpd/configMap-Lighttpd.yml
|
kubectl apply -f services/Lighttpd/configMap-Lighttpd.yml
|
||||||
kubectl apply -f services/Lighttpd/deploy-Lighttpd.yml
|
kubectl apply -f services/Lighttpd/deploy-Lighttpd.yml
|
||||||
kubectl apply -f services/Lighttpd/cronJob-Spotweb.yml
|
|
||||||
```
|
```
|
||||||
##### 5.9) PVR `namespace` <small>(automated media management)</small>
|
##### 5.9) PVR `namespace` <small>(automated media management)</small>
|
||||||
*Containers use shared resources to be able to interact with downloaded files*
|
*Containers use shared resources to be able to interact with downloaded files*
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
apiVersion: batch/v1beta1
|
|
||||||
kind: CronJob
|
|
||||||
metadata:
|
|
||||||
name: cronjob-spotweb-retrievearticles
|
|
||||||
spec:
|
|
||||||
schedule: "0 * * * *"
|
|
||||||
successfulJobsHistoryLimit: 1
|
|
||||||
jobTemplate:
|
|
||||||
spec:
|
|
||||||
template:
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: php-retrievearticles
|
|
||||||
image: php:7.4-cli
|
|
||||||
workingDir: /var/www/sw.itch.fyi
|
|
||||||
args:
|
|
||||||
- php
|
|
||||||
- /var/www/sw.itch.fyi/retrieve.php
|
|
||||||
volumeMounts:
|
|
||||||
- name: flexvolsmb-lighttpd-websites
|
|
||||||
mountPath: /var/www/
|
|
||||||
volumes:
|
|
||||||
- name: flexvolsmb-lighttpd-websites
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: flexvolsmb-lighttpd-websites
|
|
||||||
restartPolicy: OnFailure
|
|
Loading…
x
Reference in New Issue
Block a user