feat: Add chart for argo-rollouts (#226)

This commit is contained in:
Seiya Muramatsu 2020-02-13 03:57:25 +09:00 committed by GitHub
parent 7a3120bed9
commit 560263569f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 11177 additions and 0 deletions

View file

@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}-metrics
labels:
app.kubernetes.io/component: server
app.kubernetes.io/name: {{ .Release.Name }}-metrics
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
ports:
- name: metrics
protocol: TCP
port: 8090
targetPort: 8090
selector:
app.kubernetes.io/name: {{ .Release.Name }}