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

nktion.apps.configmapcontroller.3.0.2.source-code.deployment.yml Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
spec:
  replicas: 1
  template:
    spec:
      containers:
      - name: configmapcontroller
        image: fabric8/configmapcontroller:${configmapcontroller.version}
        resources:
          limits:
            memory: '250Mi'
            cpu: '250m'
        env:
        - name: "KUBERNETES_NAMESPACE"
          valueFrom:
            fieldRef:
              fieldPath: "metadata.namespace"
      serviceAccountName: configmapcontroller




© 2015 - 2024 Weber Informatics LLC | Privacy Policy