1
0

reset httpdservice won't work without it

This commit is contained in:
sido
2018-06-29 21:57:28 +02:00
parent a83eb0ff4f
commit eea9db7664
2 changed files with 48 additions and 4 deletions

View File

@ -0,0 +1,13 @@
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 }}