File tree Expand file tree Collapse file tree 1 file changed +10
-42
lines changed Expand file tree Collapse file tree 1 file changed +10
-42
lines changed Original file line number Diff line number Diff line change @@ -25,53 +25,21 @@ spec:
25
25
app : chime
26
26
spec :
27
27
containers :
28
- - image : docker.pkg.github.com/codeforphilly/chime/penn-chime:1.1.2
28
+ - image : docker.pkg.github.com/codeforphilly/chime/penn-chime:1.1.3
29
29
name : chime
30
- env :
31
- - name : GAPI_CRED_TYPE
32
- valueFrom :
33
- secretKeyRef :
34
- name : google-api-creds
35
- key : type
36
- - name : GAPI_CRED_PROJECT_ID
37
- valueFrom :
38
- secretKeyRef :
39
- name : google-api-creds
40
- key : project_id
41
- - name : GAPI_CRED_PRIVATE_KEY_ID
42
- valueFrom :
43
- secretKeyRef :
44
- name : google-api-creds
45
- key : private_key_id
46
- - name : GAPI_CRED_PRIVATE_KEY
47
- valueFrom :
48
- secretKeyRef :
49
- name : google-api-creds
50
- key : private_key
51
- - name : GAPI_CRED_CLIENT_EMAIL
52
- valueFrom :
53
- secretKeyRef :
54
- name : google-api-creds
55
- key : client_email
56
- - name : GAPI_CRED_CLIENT_ID
57
- valueFrom :
58
- secretKeyRef :
59
- name : google-api-creds
60
- key : client_id
61
- - name : GAPI_CRED_AUTH_PROVIDER_X509_CERT_URL
62
- valueFrom :
63
- secretKeyRef :
64
- name : google-api-creds
65
- key : auth_provider_x509_cert_url
66
- - name : GAPI_CRED_CLIENT_X509_CERT_URL
67
- valueFrom :
68
- secretKeyRef :
69
- name : google-api-creds
70
- key : client_x509_cert_url
71
30
ports :
72
31
- containerPort : 8000
73
32
name : http
74
33
protocol : TCP
34
+ volumeMounts :
35
+ - name : google-api-creds
36
+ mountPath : " /mnt/google-api-creds"
37
+ readOnly : true
38
+ volumes :
39
+ - name : google-api-creds
40
+ secret :
41
+ secretName : google-api-creds-json
42
+
75
43
76
44
imagePullSecrets :
77
45
- name : regcred
You can’t perform that action at this time.
0 commit comments