update
This commit is contained in:
@@ -15,20 +15,10 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: nebula-sync
|
app: nebula-sync
|
||||||
spec:
|
spec:
|
||||||
volumes:
|
|
||||||
- name: nebula-sync-configmap
|
|
||||||
configMap:
|
|
||||||
name: nebula-sync-configmap
|
|
||||||
items:
|
|
||||||
- key: .env
|
|
||||||
path: .env
|
|
||||||
containers:
|
containers:
|
||||||
- name: nebula-sync
|
- name: nebula-sync
|
||||||
image: registry.durp.info/lovelaze/nebula-sync:latest
|
image: registry.durp.info/lovelaze/nebula-sync:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /app
|
|
||||||
name: .env
|
|
||||||
env:
|
env:
|
||||||
- name: PRIMARY
|
- name: PRIMARY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
@@ -40,7 +30,6 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: nebula-sync-secret
|
name: nebula-sync-secret
|
||||||
key: ADMIN_TOKEN
|
key: ADMIN_TOKEN
|
||||||
|
|
||||||
- name: FULL_SYNC
|
- name: FULL_SYNC
|
||||||
value: "false"
|
value: "false"
|
||||||
- name: RUN_GRAVITY
|
- name: RUN_GRAVITY
|
||||||
|
|||||||
Reference in New Issue
Block a user