-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathoperator.yaml
More file actions
43 lines (43 loc) · 1.05 KB
/
operator.yaml
File metadata and controls
43 lines (43 loc) · 1.05 KB
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
apiVersion: apps/v1
kind: Deployment
metadata:
name: certman-operator
spec:
replicas: 1
selector:
matchLabels:
name: certman-operator
template:
metadata:
labels:
name: certman-operator
spec:
serviceAccountName: certman-operator
containers:
- name: certman-operator
image: quay.io/app-sre/certman-operator
resources:
requests:
cpu: "100m"
memory: "1Gi"
limits:
cpu: "200m"
memory: "2Gi"
command:
- certman-operator
imagePullPolicy: Always
env:
- name: WATCH_NAMESPACE
value: ""
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: "certman-operator"
- name: EXTRA_RECORD
value: "rh-api"
- name: FEDRAMP
value: "false"
- name: HOSTED_ZONE_ID
value: ""