First commit

This commit is contained in:
2025-02-12 10:09:13 +01:00
parent c0a3d089ff
commit 78c67915d9
4 changed files with 68 additions and 0 deletions

11
resources/svc.yaml Normal file
View File

@ -0,0 +1,11 @@
kind: Service
apiVersion: v1
metadata:
name: varnish
spec:
selector:
app: varnish
ports:
- protocol: TCP
port: 80
targetPort: 8080