openscanhub: clean up fedora-osh-hub deployment
... configurations. Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
parent
8682f36057
commit
f5e2efe319
1 changed files with 1 additions and 36 deletions
|
@ -1,51 +1,20 @@
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
|
||||||
alpha.image.policy.openshift.io/resolve-names: '*'
|
|
||||||
app.openshift.io/route-disabled: "false"
|
|
||||||
app.openshift.io/vcs-ref: ""
|
|
||||||
app.openshift.io/vcs-uri: https://github.com/siteshwar/openscanhub-deployment-configs.git
|
|
||||||
deployment.kubernetes.io/revision: "9"
|
|
||||||
image.openshift.io/triggers: '[{"from":{"kind":"ImageStreamTag","name":"fedora-osh-hub:latest","namespace":"openscanhub"},"fieldPath":"spec.template.spec.containers[?(@.name==\"fedora-osh-hub\")].image","pause":"false"}]'
|
|
||||||
openshift.io/generated-by: OpenShiftWebConsole
|
|
||||||
generation: 9
|
|
||||||
labels:
|
|
||||||
app: fedora-osh-hub
|
|
||||||
app.kubernetes.io/component: fedora-osh-hub
|
|
||||||
app.kubernetes.io/instance: fedora-osh-hub
|
|
||||||
app.kubernetes.io/name: fedora-osh-hub
|
|
||||||
app.kubernetes.io/part-of: openscanhub
|
|
||||||
name: fedora-osh-hub
|
name: fedora-osh-hub
|
||||||
namespace: openscanhub
|
|
||||||
resourceVersion: "2902507635"
|
|
||||||
uid: 752d6a40-41e4-4c2a-ba01-1ee5076c7661
|
|
||||||
spec:
|
spec:
|
||||||
progressDeadlineSeconds: 600
|
|
||||||
replicas: 1
|
replicas: 1
|
||||||
revisionHistoryLimit: 10
|
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: fedora-osh-hub
|
app: fedora-osh-hub
|
||||||
strategy:
|
strategy:
|
||||||
rollingUpdate:
|
type: Recreate
|
||||||
maxSurge: 25%
|
|
||||||
maxUnavailable: 25%
|
|
||||||
type: RollingUpdate
|
|
||||||
template:
|
template:
|
||||||
metadata:
|
|
||||||
creationTimestamp: null
|
|
||||||
labels:
|
|
||||||
app: fedora-osh-hub
|
|
||||||
deployment: fedora-osh-hub
|
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: quay.io/openscanhub-fedora-infra/ocp:staging
|
- image: quay.io/openscanhub-fedora-infra/ocp:staging
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: fedora-osh-hub
|
name: fedora-osh-hub
|
||||||
resources: {}
|
|
||||||
terminationMessagePath: /dev/termination-log
|
|
||||||
terminationMessagePolicy: File
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/lib/osh/
|
- mountPath: /var/lib/osh/
|
||||||
name: openscanhub-pvc-var-lib-osh
|
name: openscanhub-pvc-var-lib-osh
|
||||||
|
@ -60,11 +29,7 @@ spec:
|
||||||
- mountPath: /etc/osh/worker-manager/id_rsa
|
- mountPath: /etc/osh/worker-manager/id_rsa
|
||||||
name: aws-openscanhub-key
|
name: aws-openscanhub-key
|
||||||
subPath: id_rsa
|
subPath: id_rsa
|
||||||
dnsPolicy: ClusterFirst
|
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
schedulerName: default-scheduler
|
|
||||||
securityContext: {}
|
|
||||||
terminationGracePeriodSeconds: 30
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: openscanhub-pvc-var-lib-osh
|
- name: openscanhub-pvc-var-lib-osh
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue