21 lines
438 B
YAML
21 lines
438 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: netmaker-ui
|
|
spec:
|
|
replicas: 2
|
|
selector:
|
|
matchLabels:
|
|
app: netmaker-ui
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: netmaker-ui
|
|
spec:
|
|
containers:
|
|
- name: netmaker-ui
|
|
image: gravitl/netmaker-ui:v1.1.0
|
|
env:
|
|
- name: BACKEND_URL
|
|
value: 'https://api.netmaker.infra.dubyatp.xyz'
|
|
terminationGracePeriodSeconds: 15 |