Updated starling
This commit is contained in:
parent
0b2a6579c0
commit
977290f0c0
@ -17,9 +17,9 @@ metadata:
|
|||||||
name: starling
|
name: starling
|
||||||
namespace: starling
|
namespace: starling
|
||||||
annotations:
|
annotations:
|
||||||
kube-1password: xro6ibrpyrdphi22fv7go2guyi
|
kube-1password: ufxpki65ffgprn2upksirweeie
|
||||||
kube-1password/vault: Kubernetes
|
kube-1password/vault: Kubernetes
|
||||||
kube-1password/password-key: secret
|
kube-1password/secret-text-parse: "true"
|
||||||
type: Opaque
|
type: Opaque
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
@ -64,7 +64,17 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: starling
|
name: starling
|
||||||
key: secret
|
key: SHARED_SECRET
|
||||||
|
- name: ACCESS_TOKEN
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: starling
|
||||||
|
key: ACCESS_TOKEN
|
||||||
|
- name: SAVINGS_GOAL
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: starling
|
||||||
|
key: SAVINGS_GOAL
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
name: web
|
name: web
|
||||||
|
Loading…
Reference in New Issue
Block a user