mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
feat(nginx): add simple nginx chart
This commit is contained in:
+1
-1
@@ -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
|
||||
Reference in New Issue
Block a user