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.
35 lines
776 B
35 lines
776 B
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: e-consent-v2
|
|
namespace: csi-dev
|
|
spec:
|
|
#replicas: 2
|
|
selector:
|
|
matchLabels:
|
|
app: e-consent-v2
|
|
tier: frontend
|
|
track: stable
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: e-consent-v2
|
|
module: e-consent
|
|
tier: frontend
|
|
track: stable
|
|
spec:
|
|
containers:
|
|
- image: 'registry.cloudsolutions.com.sa/vida-qa/e-consent-v2:1.0.8'
|
|
imagePullPolicy: IfNotPresent
|
|
name: e-consent-v2
|
|
ports:
|
|
- containerPort: 80
|
|
name: http
|
|
resources:
|
|
limits:
|
|
memory: 100Mi
|
|
requests:
|
|
cpu: 2m
|
|
memory: 25Mi
|
|
imagePullSecrets:
|
|
- name: regcred |