mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
update
This commit is contained in:
parent
59db1a9a9f
commit
584ba8d8f0
1 changed files with 0 additions and 11 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue