pihole and nginx update

This commit is contained in:
xcad2k 2021-08-19 12:51:31 +02:00
parent d91bf39c3e
commit dec4694578
2 changed files with 22 additions and 1 deletions

View File

@ -13,7 +13,7 @@ services:
- "80:80/tcp"
- "443:443/tcp"
environment:
TZ: 'America/Chicago'
TZ: 'Europe/Berlin'
WEBPASSWORD: 'testtest'
volumes:
- etcd:/etc/pihole

View File

@ -0,0 +1,21 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx
labels:
app: nginx
spec:
replicas: 2
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx
ports:
- containerPort: 80