60 lines
1.4 KiB
YAML
60 lines
1.4 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/mattwebbio/orbital-sync
|
|
tag: 1.5.2@sha256:ade616e16ccb3442e9ad648128d9f97db9b3c34c2ef78764e650ff45d624c075
|
|
orbital:
|
|
honeybadger_api_key: ""
|
|
primary_host_base_url: http://pihole.local
|
|
primary_host_password: password
|
|
secondary_hosts:
|
|
- host: http://pihole2.local
|
|
password: password
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /app
|
|
portal:
|
|
open:
|
|
enabled: false
|
|
securityContext:
|
|
container:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
INTERVAL_MINUTES: 30
|
|
RUN_ONCE: false
|
|
SYNC_ADLIST: true
|
|
SYNC_AUDITLOG: false
|
|
SYNC_BLACKLIST: true
|
|
SYNC_CLIENT: true
|
|
SYNC_FLUSHTABLES: true
|
|
SYNC_GROUP: true
|
|
SYNC_LOCALCNAMERECORDS: true
|
|
SYNC_LOCALDNSRECORDS: true
|
|
SYNC_REGEX_WHITELIST: true
|
|
SYNC_REGEXLIST: true
|
|
SYNC_STATICDHCPLEASES: false
|
|
SYNC_WHITELIST: true
|
|
VERBOSE: false
|
|
envFrom:
|
|
- secretRef:
|
|
name: orbital-secrets
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|