Update chart to athens v0.4.0, other minor tweaks (#1218)

* Update chart to athens v0.4.0, other minor tweaks

* add service account as kubernetes good practices recommends that instead of using the created one by default.. It will also allow easier to add extra RBAC rules if such needs arrise later one.
This commit is contained in:
Rimas Mocevicius
2019-05-13 20:05:02 +01:00
committed by marpio
parent ffc64825ce
commit c1e947b825
4 changed files with 19 additions and 4 deletions
@@ -0,0 +1,9 @@
apiVersion: v1
kind: Service
metadata:
name: {{ template "fullname" . }}
labels:
app: {{ template "fullname" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"