Blame docs/operations/ci/ingress_controllers/deployment.yaml

47c289
apiVersion: apps/v1
47c289
kind: Deployment
47c289
metadata:
47c289
  name: ingress-controller-deployment
47c289
  namespace: ingress-controller-test
47c289
spec:
47c289
  progressDeadlineSeconds: 600
47c289
  replicas: 1
47c289
  revisionHistoryLimit: 10
47c289
  selector:
47c289
    matchLabels:
47c289
      app: ingress-controller-test
47c289
  strategy:
47c289
    rollingUpdate:
47c289
      maxSurge: 25%
47c289
      maxUnavailable: 25%
47c289
    type: RollingUpdate
47c289
  template:
47c289
    metadata:
47c289
      annotations:
47c289
        openshift.io/generated-by: OpenShiftWebConsole
47c289
      creationTimestamp: null
47c289
      labels:
47c289
        app: ingress-controller-test
47c289
    spec:
47c289
      containers:
47c289
      - image: quay.io/dkirwan_redhat/crypto_monitoring:v0.0.1
47c289
        imagePullPolicy: IfNotPresent
47c289
        name: ingress-controller-test
47c289
        ports:
47c289
        - containerPort: 8080
47c289
          protocol: TCP
47c289
        resources: {}
47c289
        terminationMessagePath: /dev/termination-log
47c289
        terminationMessagePolicy: File
47c289
      dnsPolicy: ClusterFirst
47c289
      restartPolicy: Always
47c289
      schedulerName: default-scheduler
47c289
      securityContext: {}
47c289
      terminationGracePeriodSeconds: 30
47c289