mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -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:
|
||||
app: nebula-sync
|
||||
spec:
|
||||
volumes:
|
||||
- name: nebula-sync-configmap
|
||||
configMap:
|
||||
name: nebula-sync-configmap
|
||||
items:
|
||||
- key: .env
|
||||
path: .env
|
||||
containers:
|
||||
- name: nebula-sync
|
||||
image: registry.durp.info/lovelaze/nebula-sync:latest
|
||||
imagePullPolicy: Always
|
||||
volumeMounts:
|
||||
- mountPath: /app
|
||||
name: .env
|
||||
env:
|
||||
- name: PRIMARY
|
||||
valueFrom:
|
||||
|
|
@ -40,7 +30,6 @@ spec:
|
|||
secretKeyRef:
|
||||
name: nebula-sync-secret
|
||||
key: ADMIN_TOKEN
|
||||
|
||||
- name: FULL_SYNC
|
||||
value: "false"
|
||||
- name: RUN_GRAVITY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue