feat(nginx): add simple nginx chart

This commit is contained in:
Rimantas Mocevicius
2015-11-03 11:26:45 +00:00
parent 0d6ba60195
commit e28f586f30
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: nginx
home: https://www.nginx.com
version: 0.0.1
version: 0.1.0
description: Nginx http service
maintainers:
- Rimas Mocevicius <rimas@deis.com>
@@ -1,13 +1,13 @@
apiVersion: v1
kind: ReplicationController
metadata:
name: my-nginx
name: nginx
spec:
replicas: 2
replicas: 1
template:
metadata:
labels:
run: my-nginx
heritage: helm
spec:
containers:
- name: nginxhttp