Skip to content

Commit

Permalink
Edit Deployment YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
aalonsolopez committed Jun 14, 2024
1 parent 7e38479 commit 0908144
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions kubernetes/002_lens-selector-example-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ spec:
app: lens-selector-mvp2
spec:
containers:
- name: lens-selector-mvp2
image: gravitate-registry.cr.de-fra.ionos.com/lens-selector-mvp2:latest
imagePullPolicy: Always
env:
- name: ENVIRONMENT
value: "prod"
- name: BASE_URL
value: "gravitate-health.lst.tfo.upm.es"
ports:
- containerPort: 3000
protocol: TCP
- name: lens-selector-mvp2
image: gravitate-registry.cr.de-fra.ionos.com/lens-selector-mvp2:dev
imagePullPolicy: Always
env:
- name: ENVIRONMENT
value: "prod"
- name: BASE_URL
value: "http://gravitate-health.lst.tfo.upm.es"
ports:
- containerPort: 3000
protocol: TCP
restartPolicy: Always
status: {}

0 comments on commit 0908144

Please sign in to comment.