mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
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:
@@ -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 }}"
|
||||
Reference in New Issue
Block a user