All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vops.apps.manageiq.2.2.305.source-code.manageiq-deployment.yml Maven / Gradle / Ivy

Go to download

ManageIQ Cloud Management Platform http://manageiq.org - default username/password is admin/smartvm

There is a newer version: 2.2.335
Show newest version
---
apiVersion: "extensions/v1beta1"
kind: "Deployment"
metadata:
  annotations:
    fabric8.io/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-devops/master/manageiq/src/main/fabric8/icon.png"
  labels:
    provider: "fabric8"
    project: "${project.artifactId}"
    version: "${project.version}"
    group: "io.fabric8.devops.apps"
  name: "manageiq"
spec:
  replicas: 1
  selector:
    matchLabels:
      provider: "fabric8"
      project: "${project.artifactId}"
      group: "io.fabric8.devops.apps"
  template:
    metadata:
      labels:
        provider: "fabric8"
        project: "${project.artifactId}"
        version: "${project.version}"
        group: "io.fabric8.devops.apps"
    spec:
      containers:
      - env:
        - name: "KUBERNETES_NAMESPACE"
          valueFrom:
            fieldRef:
              fieldPath: "metadata.namespace"
        image: "manageiq/manageiq:latest"
        imagePullPolicy: "IfNotPresent"
        name: "manageiq"
        readinessProbe:
          httpGet:
            path: "/"
            port: 443
            scheme: "HTTPS"
          initialDelaySeconds: 60
          timeoutSeconds: 5
        resources:
          limits:
            cpu: "0"
            memory: "0"
          requests:
            cpu: "0"
            memory: "0"
        securityContext:
          privileged: true




© 2015 - 2025 Weber Informatics LLC | Privacy Policy