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

atform.apps.exposecontroller.4.0.185.source-code.deployment.yml Maven / Gradle / Ivy

There is a newer version: 4.0.197
Show newest version
metadata:
  annotations:
    configmap.fabric8.io/update-on-change: "exposecontroller"
spec:
  replicas: 1
  template:
    spec:
      containers:
      - name: exposecontroller
        image: fabric8/exposecontroller:${exposecontroller.version}
        livenessProbe:
          exec:
            command:
            - cat
            - /tmp/restarteveryday
          initialDelaySeconds: 86164
        env:
        - name: "KUBERNETES_NAMESPACE"
          valueFrom:
            fieldRef:
              fieldPath: "metadata.namespace"
        volumeMounts:
        - name: config-volume
          mountPath: /etc/exposecontroller
      volumes:
      - name: config-volume
        configMap:
          name: exposecontroller
      serviceAccountName: exposecontroller




© 2015 - 2024 Weber Informatics LLC | Privacy Policy