httpd-rc.yaml.in 267 B

1234567891011121314151617
  1. apiVersion: v1
  2. kind: ReplicationController
  3. metadata:
  4. name: httpd-rc
  5. spec:
  6. replicas: 1
  7. selector:
  8. run: httpd-rc
  9. template:
  10. metadata:
  11. labels:
  12. run: httpd-rc
  13. spec:
  14. containers:
  15. - image: {{.HttpdNewImage}}
  16. name: httpd-rc