restructure templates
This commit is contained in:
parent
3b3f862a9c
commit
d83b384504
4 changed files with 3 additions and 3 deletions
|
|
@ -1,33 +0,0 @@
|
|||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: privoxy
|
||||
namespace: darkdork-dev
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: privoxy
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: privoxy
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: registry-credentials
|
||||
containers:
|
||||
- name: privoxy
|
||||
image: cr.forge.lan/darkdork-dev/privoxy:${CI_COMMIT_SHA}
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8118
|
||||
volumeMounts:
|
||||
- name: privoxy-config
|
||||
mountPath: /etc/privoxy/config
|
||||
subPath: config
|
||||
volumes:
|
||||
- name: privoxy-config
|
||||
configMap:
|
||||
name: privoxy-config
|
||||
---
|
||||
Loading…
Add table
Add a link
Reference in a new issue