-
Notifications
You must be signed in to change notification settings - Fork 643
/
Copy pathben.yaml
90 lines (71 loc) · 1.36 KB
/
ben.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
replicaCount: 1
hostnameOverride: "ben-dev"
image:
repository: bencdr/dev-env-devops
tag: "latest"
pullPolicy: Always
resources:
limits:
cpu: 2000m
memory: 8000Mi
requests:
cpu: 500m
memory: 1000Mi
persistence:
enabled: true
accessMode: ReadWriteOnce
size: 10Gi
annotations: {}
extraContainers: |
- name: docker-dind
image: docker:20.10-dind
imagePullPolicy: IfNotPresent
resources:
requests:
cpu: 250m
memory: 256M
securityContext:
privileged: true
procMount: Default
env:
- name: DOCKER_TLS_CERTDIR
value: ""
- name: DOCKER_DRIVER
value: "overlay2"
volumePermissions:
enabled: true
securityContext:
runAsUser: 0
securityContext:
enabled: true
fsGroup: 1000
runAsUser: 1000
service:
type: LoadBalancer
port: 8080
ingress:
enabled: false
#annotations:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
#hosts:
# - host: code-server.example.loc
# paths:
# - /
#tls:
# - secretName: code-server
# hosts:
# - code-server.example.loc
extraArgs: []
extraVars:
- name: DOCKER_HOST
value: tcp://localhost:2375
nodeSelector: {}
tolerations: []
affinity: {}
extraSecretMounts: []
extraVolumeMounts: []
hostPath: ""
extraConfigmapMounts: []
serviceAccount:
create: false