This commit is contained in:
2026-05-12 21:44:34 +02:00
commit 2379497cb7
7 changed files with 107 additions and 0 deletions

16
deploy/service.yaml Normal file
View File

@@ -0,0 +1,16 @@
# https://kubernetes.io/docs/concepts/services-networking/service/
apiVersion: v1
kind: Service
metadata:
name: douwsky-proxy
spec:
selector:
app: douwsky-proxy
type: clusterIP
ports:
- name: douwsky-proxy
protocol:
port: 80
targetPort: 80
---