Update deployment.yaml
This commit is contained in:
@@ -17,11 +17,11 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: durpapi
|
- name: durpapi
|
||||||
image: ghcr.io/developerdurp/durpapi:latest
|
image: registry.gitlab.com/developerdurp/durpapi
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: durpapi-secret
|
name: durpapi-secret
|
||||||
|
|||||||
Reference in New Issue
Block a user