Try with whole deployment
This commit is contained in:
parent
04e4fbc0c8
commit
6a93585dbf
|
@ -1,10 +1,30 @@
|
|||
---
|
||||
kind: Deployment
|
||||
apiVersion: apps/v1
|
||||
metadata:
|
||||
name: portal-node
|
||||
namespace: portal
|
||||
creationTimestamp:
|
||||
labels:
|
||||
app: portal-node
|
||||
spec:
|
||||
replicas: 3
|
||||
selector:
|
||||
matchLabels:
|
||||
app: portal-node
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp:
|
||||
labels:
|
||||
app: portal-node
|
||||
spec:
|
||||
containers:
|
||||
- env:
|
||||
- name: portal
|
||||
image: docker.sunet.se/drive/portal:0.1.0-5
|
||||
imagePullPolicy: Always
|
||||
resources: {}
|
||||
env:
|
||||
- name: DRIVE_DOMAIN
|
||||
value: "https://drive.test.sunet.se"
|
||||
strategy: {}
|
||||
status: {}
|
||||
|
|
Loading…
Reference in a new issue