deployment files

This commit is contained in:
eamoany
2024-06-18 20:48:08 +00:00
parent f64bb82960
commit f0e8b16c9d
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ spec:
imagePullSecrets: imagePullSecrets:
- name: do-registry - name: do-registry
containers: containers:
image: $IMAGE_NAME - image: $IMAGE_NAME
imagePullPolicy: Always imagePullPolicy: Always
name: $DEPLOYMENT_NAME name: $DEPLOYMENT_NAME
ports: ports:

View File

@@ -17,7 +17,7 @@ spec:
app: $DEPLOYMENT_NAME app: $DEPLOYMENT_NAME
spec: spec:
containers: containers:
image: $IMAGE_NAME - image: $IMAGE_NAME
imagePullPolicy: Always imagePullPolicy: Always
name: $DEPLOYMENT_NAME name: $DEPLOYMENT_NAME
ports: ports: