1
0

fix: updated readme

This commit is contained in:
sido
2018-06-27 21:20:13 +02:00
parent bd68f93383
commit 120a4afba4
2 changed files with 68 additions and 26 deletions

View File

@ -1,13 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Values.httpd.name }}
labels:
app: {{ .Values.httpd.name }}
spec:
type: NodePort
ports:
- name: {{ .Values.httpd.name }}
port: {{ .Values.httpd.port }}
selector:
app: {{ .Values.httpd.selector }}