Remove old app.yaml
This commit is contained in:
parent
8f8dd11af3
commit
369e956db6
48
k8s/app.yaml
48
k8s/app.yaml
@ -1,48 +0,0 @@
|
|||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
name: mev-inspect-deployment
|
|
||||||
labels:
|
|
||||||
app: mev-inspect
|
|
||||||
spec:
|
|
||||||
replicas: 1
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app: mev-inspect
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app: mev-inspect
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: mev-inspect
|
|
||||||
image: mev-inspect-py
|
|
||||||
command: [ "/app/entrypoint.sh" ]
|
|
||||||
env:
|
|
||||||
- name: POSTGRES_HOST
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: mev-inspect-db-credentials
|
|
||||||
key: host
|
|
||||||
- name: POSTGRES_USER
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: mev-inspect-db-credentials
|
|
||||||
key: username
|
|
||||||
- name: POSTGRES_PASSWORD
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: mev-inspect-db-credentials
|
|
||||||
key: password
|
|
||||||
- name: RPC_URL
|
|
||||||
valueFrom:
|
|
||||||
configMapKeyRef:
|
|
||||||
name: mev-inspect-rpc
|
|
||||||
key: url
|
|
||||||
livenessProbe:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- ls
|
|
||||||
- /
|
|
||||||
initialDelaySeconds: 20
|
|
||||||
periodSeconds: 5
|
|
Loading…
x
Reference in New Issue
Block a user