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