malert commit

This commit is contained in:
Jay Sharma
2023-07-28 07:13:51 +05:30
parent 8c2a392196
commit b26739f4e9
14 changed files with 65 additions and 298 deletions

View File

@@ -6,7 +6,7 @@ metadata:
labels:
app: medicalalert-web
name: medicalalert-web
namespace: caresage-web
namespace: medicalalert-web
spec:
progressDeadlineSeconds: 600
replicas: 1
@@ -55,15 +55,15 @@ spec:
protocol: TCP
resources:
limits:
cpu: 200m
memory: 300Mi
cpu: 500m
memory: 700Mi
requests:
cpu: 100m
memory: 100Mi
cpu: 300m
memory: 500Mi
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /usr/share/nginx/html/wp-content/uploads
- mountPath: /usr/share/nginx/subdomain/www/wp-content/uploads
name: persistent-storage
- mountPath: /etc/nginx/conf.d/
name: default-conf
@@ -78,15 +78,8 @@ spec:
volumes:
- name: persistent-storage
persistentVolumeClaim:
claimName: efs-claim
claimName: efs-claim-medicalalert
- name: default-conf
configMap:
defaultMode: 420
name: medicalalert-web-default-conf-cm