You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.1 KiB

apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: csi-net-noty-sms
name: csi-net-noty-sms
namespace: moh-prod
spec:
#replicas: 1
selector:
matchLabels:
app: csi-net-noty-sms
template:
metadata:
labels:
app: csi-net-noty-sms
spec:
containers:
- env:
- name: ASPNETCORE_URLS
value: http://+:80
- name: ASPNETCORE_ENVIRONMENT
valueFrom:
configMapKeyRef:
key: net_environment
name: service-configs
- name: config_server
valueFrom:
configMapKeyRef:
key: config_server
name: service-configs
image: harbor.moh.gov.sa/vidamoh/csi-net-base-sms:4.0.1.1-hf2
name: csi-net-noty-sms
ports:
- containerPort: 80
resources:
limits:
cpu: 500m
memory: 1Gi
requests:
cpu: 150m
memory: 256Mi
imagePullSecrets:
- name: regcred