debuginfod: follow storage PV rename into PVC objects
This commit is contained in:
parent
8b5b37cd4b
commit
9c2a3b93d9
2 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: debuginfod
|
app: debuginfod
|
||||||
file: storage.yml
|
template: storage.yml
|
||||||
objectname: storage.yml
|
objectname: storage.yml
|
||||||
|
|
||||||
- role: openshift/route
|
- role: openshift/route
|
||||||
|
|
|
@ -15,7 +15,7 @@ spec:
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: debuginfod-volume
|
name: debuginfod-storage{{ '-stg' if env == 'staging' else '' }}
|
||||||
spec:
|
spec:
|
||||||
storageClassName: ""
|
storageClassName: ""
|
||||||
accessModes:
|
accessModes:
|
||||||
|
@ -23,4 +23,4 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 300Gi
|
storage: 300Gi
|
||||||
volumeName: debuginfod-volume
|
volumeName: debuginfod-storage{{ '-stg' if env == 'staging' else '' }}
|
Loading…
Add table
Add a link
Reference in a new issue