-
Notifications
You must be signed in to change notification settings - Fork 0
/
cphc-values-builder.yaml
71 lines (71 loc) · 1.95 KB
/
cphc-values-builder.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
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
run: cphc-values-builder
name: cphc-values-builder
namespace: cphc-values-builder
spec:
selector:
matchLabels:
app: cphc-values-builder
template:
metadata:
labels:
app: cphc-values-builder
spec:
imagePullSecrets:
- name: jlscode-registry-creds
containers:
- image: git.jlscode.com/jesse/cphc-values-builder:latest
imagePullPolicy: Always
name: cphc-values-builder
ports:
- containerPort: 3000
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-rrp88
readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: matrix
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 300
volumes:
- name: kube-api-access-rrp88
projected:
defaultMode: 420
sources:
- serviceAccountToken:
expirationSeconds: 3607
path: token
- configMap:
items:
- key: ca.crt
path: ca.crt
name: kube-root-ca.crt
- downwardAPI:
items:
- fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
path: namespace