Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

DeploymentConfig defaults to 0 replicas, should be 1 #359

Closed
concaf opened this issue Oct 13, 2017 · 1 comment
Closed

DeploymentConfig defaults to 0 replicas, should be 1 #359

concaf opened this issue Oct 13, 2017 · 1 comment
Assignees
Labels

Comments

@concaf
Copy link
Collaborator

concaf commented Oct 13, 2017

Specifying no replicas in DeploymentConfig results in 0 replicas. It should be 1, like in case of Kubernetes.

controller: deploymentconfig
name: httpd
containers:
- image: centos/httpd
services:
- name: httpd
  type: NodePort
  ports:
  - port: 8080
    targetPort: 80

Similar discussion in #315 (comment)

@concaf concaf self-assigned this Oct 13, 2017
@kadel
Copy link
Member

kadel commented Oct 13, 2017

duplicate of #357

@concaf concaf closed this as completed Oct 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants