File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Name : smi-conformance
22description : A Helm chart to install the SMI conformance tool on Kubernetes
3- Version : 0.1.0
3+ version : 0.1.0
Original file line number Diff line number Diff line change 11apiVersion : apps/v1
22kind : Deployment
33metadata :
4- name : {{ include "smi-conformance.fullname " . }}
4+ name : {{ include "smi-conformance.name " . }}
55 namespace : {{ include "smi-conformance.namespace" . }}
66 labels :
77 {{- include "smi-conformance.labels" . | nindent 4 }}
Original file line number Diff line number Diff line change 22apiVersion : rbac.authorization.k8s.io/v1
33kind : ClusterRoleBinding
44metadata :
5- name : {{ include "smi-conformance.fullname " . }}
5+ name : {{ include "smi-conformance.name " . }}
66 namespace : meshery
77subjects :
88- kind : ServiceAccount
9- name : {{ include "smi-conformance.fullname " . }}
9+ name : {{ include "smi-conformance.name " . }}
1010 namespace : {{ include "smi-conformance.namespace" . }}
1111roleRef :
1212 kind : ClusterRole
Original file line number Diff line number Diff line change 11apiVersion : v1
22kind : Service
33metadata :
4- name : {{ include "smi-conformance.fullname " . }}
4+ name : {{ include "smi-conformance.name " . }}
55 namespace : {{ include "smi-conformance.namespace" . }}
66 labels :
77 {{- include "smi-conformance.labels" . | nindent 4 }}
1111 - port : {{ .Values.service.port }}
1212 targetPort : grpc
1313 protocol : TCP
14- name : {{ include "smi-conformance.fullname " . }}
14+ name : {{ include "smi-conformance.name " . }}
1515 selector :
1616 {{- include "smi-conformance.labels" . | nindent 4 }}
Original file line number Diff line number Diff line change 1- ---
2- apiVersion : v1
3- kind : Namespace
4- metadata :
5- name : {{ include "smi-conformance.namespace" . }}
6- ---
71apiVersion : v1
82kind : ServiceAccount
93metadata :
You can’t perform that action at this time.
0 commit comments