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: ...@@ -30,8 +30,8 @@ data:
enable: true enable: true
fqdnOnly: fqdnOnly:
enable: true enable: true
certFile: /etc/pki/dnsproxy/tls.crt certFile: /etc/pki/blocky/tls.crt
keyFile: /etc/pki/dnsproxy/tls.key keyFile: /etc/pki/blocky/tls.key
--- ---
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
...@@ -50,8 +50,8 @@ spec: ...@@ -50,8 +50,8 @@ spec:
app: resolver app: resolver
spec: spec:
containers: containers:
- name: dnsproxy - name: blocky
image: ghcr.io/0xerr0r/blocky:main image: ghcr.io/0xerr0r/blocky:main@sha256:556d13b4c6bc7b51736f3f5764bb695cadfc2fa569a0805eff6550b73690a30b
args: args:
- --config - --config
- /etc/blocky/config.yaml - /etc/blocky/config.yaml
...@@ -93,7 +93,7 @@ spec: ...@@ -93,7 +93,7 @@ spec:
memory: 256Mi memory: 256Mi
volumeMounts: volumeMounts:
- name: tls-secret - name: tls-secret
mountPath: "/etc/pki/dnsproxy" mountPath: "/etc/pki/blocky"
readOnly: true readOnly: true
- name: config - name: config
mountPath: "/etc/blocky/" 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