File tree Expand file tree Collapse file tree 2 files changed +0
-48
lines changed Expand file tree Collapse file tree 2 files changed +0
-48
lines changed Original file line number Diff line number Diff line change @@ -132,30 +132,6 @@ spec:
132
132
name : data
133
133
key : AlertsRetryDelays
134
134
optional : true
135
- - name : TIDEPOOL_DATA_SERVICE_PUSHER_APNS_SIGNING_KEY
136
- valueFrom :
137
- secretKeyRef :
138
- name : data
139
- key : PusherAPNSSigningKey
140
- optional : true
141
- - name : TIDEPOOL_DATA_SERVICE_PUSHER_APNS_KEY_ID
142
- valueFrom :
143
- configMapKeyRef :
144
- name : data
145
- key : PusherAPNSKeyID
146
- optional : true
147
- - name : TIDEPOOL_DATA_SERVICE_PUSHER_APNS_TEAM_ID
148
- valueFrom :
149
- configMapKeyRef :
150
- name : data
151
- key : PusherAPNSTeamID
152
- optional : true
153
- - name : TIDEPOOL_DATA_SERVICE_PUSHER_APNS_BUNDLE_ID
154
- valueFrom :
155
- configMapKeyRef :
156
- name : data
157
- key : PusherAPNSBundleID
158
- optional : true
159
135
image : " {{ .Values.deployment.image }}"
160
136
securityContext :
161
137
{{- .Values.podSecurityContext | toYaml | nindent 10 }}
Original file line number Diff line number Diff line change 97
97
name : dexcom
98
98
key : ClientURL
99
99
optional : true
100
- - name : TIDEPOOL_TASK_SERVICE_PUSHER_APNS_SIGNING_KEY
101
- valueFrom :
102
- secretKeyRef :
103
- name : task
104
- key : PusherAPNSSigningKey
105
- optional : true
106
- - name : TIDEPOOL_TASK_SERVICE_PUSHER_APNS_KEY_ID
107
- valueFrom :
108
- configMapKeyRef :
109
- name : task
110
- key : PusherAPNSKeyID
111
- optional : true
112
- - name : TIDEPOOL_TASK_SERVICE_PUSHER_APNS_TEAM_ID
113
- valueFrom :
114
- configMapKeyRef :
115
- name : task
116
- key : PusherAPNSTeamID
117
- optional : true
118
- - name : TIDEPOOL_TASK_SERVICE_PUSHER_APNS_BUNDLE_ID
119
- valueFrom :
120
- configMapKeyRef :
121
- name : task
122
- key : PusherAPNSBundleID
123
- optional : true
124
100
- name : TIDEPOOL_TASK_QUEUE_DELAY
125
101
value : {{ .Values.deployment.env.queue.delay | quote }}
126
102
- name : TIDEPOOL_TASK_QUEUE_WORKERS
You can’t perform that action at this time.
0 commit comments