Skip to content

Commit

Permalink
infrastructure: base: isc-dhcp: daemonset: Replace image.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Oct 15, 2024
1 parent 5362faa commit 1d7622b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions infrastructure/base/isc-dhcp/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,19 @@ spec:
values:
- "true"
containers:
- image: nixery.dev/shell/coreutils/util-linux/dhcpcd
- image: docker-registry.wugi.info/library/isc-dhcp:5362faa6
name: dhcpd
command:
- /sbin/dhcpcd
- /sbin/dhcpd
args:
- --config
- -c
- /etc/dhcpd.conf
volumeMounts:
- mountPath: /etc/dhcpd.conf
subPath: dhcpd.conf
readOnly: true
name: config
- mountPath: /var/db/dhcpcd
name: var-db-dhcpcd
volumes:
- name: config
configMap:
name: isc-dhcp-configuration
- emptyDir:
medium: Memory
sizeLimit: 8M
name: var-db-dhcpcd

0 comments on commit 1d7622b

Please sign in to comment.