Skip to content
Snippets Groups Projects
Verified Commit 70993556 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

chore(dns): rename containers and pin image properly

parent f6dde2d1
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,8 @@ data:
enable: true
fqdnOnly:
enable: true
certFile: /etc/pki/dnsproxy/tls.crt
keyFile: /etc/pki/dnsproxy/tls.key
certFile: /etc/pki/blocky/tls.crt
keyFile: /etc/pki/blocky/tls.key
---
apiVersion: apps/v1
kind: Deployment
......@@ -50,8 +50,8 @@ spec:
app: resolver
spec:
containers:
- name: dnsproxy
image: ghcr.io/0xerr0r/blocky:main
- name: blocky
image: ghcr.io/0xerr0r/blocky:main@sha256:556d13b4c6bc7b51736f3f5764bb695cadfc2fa569a0805eff6550b73690a30b
args:
- --config
- /etc/blocky/config.yaml
......@@ -93,7 +93,7 @@ spec:
memory: 256Mi
volumeMounts:
- name: tls-secret
mountPath: "/etc/pki/dnsproxy"
mountPath: "/etc/pki/blocky"
readOnly: true
- name: config
mountPath: "/etc/blocky/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment