malert commit

This commit is contained in:
Jay Sharma
2023-07-28 07:31:54 +05:30
parent b26739f4e9
commit 342cc57bcd
11 changed files with 55 additions and 451 deletions

View File

@@ -2,16 +2,16 @@ apiVersion: batch/v1
kind: Job
metadata:
name: common-jobs
namespace: lifeline-web
namespace: medicalalert-web
labels:
app: lifeline-web
app: medicalalert-web
rds: enable
spec:
ttlSecondsAfterFinished: 10
template:
metadata:
labels:
app: lifeline-web
app: medicalalert-web
rds: enable
spec:
affinity:
@@ -29,9 +29,9 @@ spec:
image: ubuntu:latest
envFrom:
- secretRef:
name: lifeline-web-secrets
name: medicalalert-web-secrets
- configMapRef:
name: lifeline-web-cm
name: medicalalert-web-cm
command: ["bash"]
args:
- -c
@@ -47,4 +47,4 @@ spec:
volumes:
- name: persistent-storage
persistentVolumeClaim:
claimName: efs-claim-lifeline
claimName: efs-claim-medicalalert