aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/helm/ves-client/templates/deployment.yaml
blob: 8a054f44c62757242f36453cc7be85a2629b1ce6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
apiVersion: apps/v1
kind: Deployment
metadata:
  name: {{ include "ves-client.fullname" . }}
  labels:
    {{ include "ves-client.labels" . | nindent 4 }}
spec:
  selector:
    matchLabels:
      {{ include "ves-client.selectorLabels" . | nindent 6 }}
  template:
    metadata:
      labels:
        {{ include "ves-client.selectorLabels" . | nindent 8 }}
    spec:
      initContainers:
        {{ include "ves-client.init" . | nindent 8 }}
      containers:
        {{ include "ves-client.containers" . | nindent 8 }}
      volumes:
        {{ include "ves-client.volumes" . | nindent 8 }}