rc.yaml 339 B

1234567891011121314151617
  1. apiVersion: v1
  2. kind: ReplicationController
  3. metadata:
  4. name: echoheaders-https
  5. spec:
  6. replicas: 2
  7. template:
  8. metadata:
  9. labels:
  10. app: echoheaders-https
  11. spec:
  12. containers:
  13. - name: echoheaders-https
  14. image: gcr.io/kubernetes-e2e-test-images/echoserver:2.2
  15. ports:
  16. - containerPort: 8080