File tree Expand file tree Collapse file tree
charts/buildbuddy-enterprise-cache-proxy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v1
22description : BuildBuddy Enterprise Cache Proxy
33name : buildbuddy-enterprise-cache-proxy
4- version : 0.0.3 # Chart version
4+ version : 0.0.4 # Chart version
55appVersion : 2.261.0 # Version of deployed cache proxy
66keywords :
77 - buildbuddy
Original file line number Diff line number Diff line change 1616 {{- .Values.strategy | toYaml | nindent 4 }}
1717 selector :
1818 matchLabels :
19+ app : {{ include "buildbuddy.fullname" . }}
1920 app.kubernetes.io/name : {{ include "buildbuddy.name" . }}
2021 app.kubernetes.io/instance : {{ .Release.Name }}
2122 {{- if .Values.minReadySeconds }}
3132 {{- .Values.extraPodAnnotations | toYaml | nindent 8 }}
3233 {{- end }}
3334 labels :
35+ app : {{ include "buildbuddy.fullname" . }}
3436 app.kubernetes.io/name : {{ include "buildbuddy.name" . }}
3537 app.kubernetes.io/instance : {{ .Release.Name }}
3638 app.kubernetes.io/managed-by : {{ .Release.Service }}
You can’t perform that action at this time.
0 commit comments