Compare commits

..

No commits in common. "f3ea92f89750f357877f03b9ea5354995d929526" and "aa7d1e668eee91ffc0c8f4b16709a93289c898ce" have entirely different histories.

2 changed files with 19 additions and 1 deletions

View file

@ -12,6 +12,5 @@ resources:
- dns/bind.yaml
- dns/externaldns.yaml
- ssl/certmanager.yaml
- auth/authentik.yaml
- files/nextcloud.yaml
- files/syncthing.yaml

19
deployments/nginx.yaml Normal file
View file

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